Ticket #362 (closed defect: fixed)
str --> basestring
| Reported by: | was | Owned by: | was |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | user interface | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Type this
sage: search_src(", str)")
In most cases change isinstance(..., str) to isinstance(..., basestring), since unicode is getting more and more standard, and things break otherwise.
Change History
Note: See
TracTickets for help on using
tickets.
