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, benjamin.peterson, chris.jerdonek, cvrebert, docs@python, ethan.furman, ezio.melotti, mark.dickinson, mikehoy, rhettinger, steven.daprano, terry.reedy
Date 2014-07-11.14:23:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405088584.9.0.174438283781.issue12067@psf.upfronthosting.co.za>
In-reply-to
Content
Uploaded v8 of the patch for 3.4 and default.

It reflects hopefully everything that was said in this issue thread, and on the python-dev mailing list (subject: == on object tests identity in 3.x), at least to the extent it was related to comparisons.

Besides the doc changes it contained previously, it now also contains improvements for the test suite for comparisons (lib/test/test_compare.py).

-> Please review both.
 
Andy
History
Date User Action Args
2014-07-11 14:23:06andymaiersetrecipients: + andymaier, rhettinger, terry.reedy, mark.dickinson, benjamin.peterson, ezio.melotti, steven.daprano, cvrebert, chris.jerdonek, docs@python, ethan.furman, mikehoy
2014-07-11 14:23:04andymaiersetmessageid: <1405088584.9.0.174438283781.issue12067@psf.upfronthosting.co.za>
2014-07-11 14:23:04andymaierlinkissue12067 messages
2014-07-11 14:23:04andymaiercreate