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 martin.panter
Recipients RK-5wWm9h, docs@python, martin.panter
Date 2017-01-19.16:31:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484843493.0.0.556913284804.issue29321@psf.upfronthosting.co.za>
In-reply-to
Content
The Python 3 version of this was rewritten in Issue 12067. It would be good to port the new text to the Python 2 version, although that is not straightforward because of various differences between Python 2 and 3.

That doesn’t rule out making smaller more specific edits in the mean time. However your proposal still seems misleading to only mention str and unicode as special cases. It does not allow for str vs bytearray, set vs frozenset, or custom classes/types implementing their own __eq__() etc methods.
History
Date User Action Args
2017-01-19 16:31:33martin.pantersetrecipients: + martin.panter, docs@python, RK-5wWm9h
2017-01-19 16:31:32martin.pantersetmessageid: <1484843493.0.0.556913284804.issue29321@psf.upfronthosting.co.za>
2017-01-19 16:31:32martin.panterlinkissue29321 messages
2017-01-19 16:31:32martin.pantercreate