This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients RK-5wWm9h, docs@python, r.david.murray
Date 2017-01-19.17:28:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484846886.17.0.226166231676.issue29323@psf.upfronthosting.co.za>
In-reply-to
Content
Unicode and string *are* of the same type: basestring.  This is a specific example of the liskov substitution principle, so I don't think it should be called out explicitly in this section.
History
Date User Action Args
2017-01-19 17:28:06r.david.murraysetrecipients: + r.david.murray, docs@python, RK-5wWm9h
2017-01-19 17:28:06r.david.murraysetmessageid: <1484846886.17.0.226166231676.issue29323@psf.upfronthosting.co.za>
2017-01-19 17:28:06r.david.murraylinkissue29323 messages
2017-01-19 17:28:06r.david.murraycreate