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 andymaier
Recipients andymaier, chris.jerdonek, cvrebert, docs@python, ezio.melotti, mark.dickinson, mikehoy, rhettinger, terry.reedy
Date 2014-07-04.10:47:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404470879.25.0.692813696053.issue12067@psf.upfronthosting.co.za>
In-reply-to
Content
Uploaded v5 of the patch.

Changes:

1. The statement that comparison of different built-in types (always) raises TypeError, was too general. Changed to distinguish equal and order operators, as summarized by Ezio in items 3) and 4) of msg148760.

2. Ensured max line length of 80, in text areas affected by the patch.

Andy
History
Date User Action Args
2014-07-04 10:47:59andymaiersetrecipients: + andymaier, rhettinger, terry.reedy, mark.dickinson, ezio.melotti, cvrebert, chris.jerdonek, docs@python, mikehoy
2014-07-04 10:47:59andymaiersetmessageid: <1404470879.25.0.692813696053.issue12067@psf.upfronthosting.co.za>
2014-07-04 10:47:59andymaierlinkissue12067 messages
2014-07-04 10:47:59andymaiercreate