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, chris.jerdonek, cvrebert, docs@python, ethan.furman, ezio.melotti, gvanrossum, mark.dickinson, martin.panter, mikehoy, rhettinger, steven.daprano, terry.reedy
Date 2014-10-13.14:10:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413209417.8.0.10095945243.issue12067@psf.upfronthosting.co.za>
In-reply-to
Content
About the byte sequence comparisons, I wondered if it was misleading to say that a list(), tuple() or range() can only be compared to the same type, without mentioning that bytes() and bytearray() can be compared to each other.

BTW just noticed you say range() supports lexicographical ordering, which I think is incorrect.
History
Date User Action Args
2014-10-13 14:10:17martin.pantersetrecipients: + martin.panter, gvanrossum, rhettinger, terry.reedy, mark.dickinson, benjamin.peterson, ezio.melotti, steven.daprano, cvrebert, chris.jerdonek, docs@python, ethan.furman, mikehoy, andymaier
2014-10-13 14:10:17martin.pantersetmessageid: <1413209417.8.0.10095945243.issue12067@psf.upfronthosting.co.za>
2014-10-13 14:10:17martin.panterlinkissue12067 messages
2014-10-13 14:10:17martin.pantercreate