[docs] [issue12067] Doc: remove errors about mixed-type comparisons.

Martin Panter report at bugs.python.org
Sat Jan 21 06:19:56 EST 2017


Martin Panter added the comment:

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

----------
Added file: http://bugs.python.org/file46372/expressions-py2.7.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12067>
_______________________________________


More information about the docs mailing list