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 andymaier, benjamin.peterson, berker.peksag, chris.jerdonek, cvrebert, docs@python, ezio.melotti, gvanrossum, mark.dickinson, martin.panter, mikehoy, python-dev, rhettinger, steven.daprano, terry.reedy
Date 2017-01-21.11:19:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484997594.76.0.00721475433959.issue12067@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a port of the documentation to Python 2. Main differences:

* Default rules for order comparisons are different
* Not all kinds of objects inherit from object()
* str(), unicode() compatibility
* xrange() only seems to have default comparability
* NAN, “binary sequences” and sets not listed
History
Date User Action Args
2017-01-21 11:19:55martin.pantersetrecipients: + martin.panter, gvanrossum, rhettinger, terry.reedy, mark.dickinson, benjamin.peterson, ezio.melotti, steven.daprano, cvrebert, chris.jerdonek, docs@python, python-dev, berker.peksag, mikehoy, andymaier
2017-01-21 11:19:54martin.pantersetmessageid: <1484997594.76.0.00721475433959.issue12067@psf.upfronthosting.co.za>
2017-01-21 11:19:54martin.panterlinkissue12067 messages
2017-01-21 11:19:54martin.pantercreate