Ticket #362 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

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

comment:1 Changed 6 years ago by was

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.