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, ezio.melotti, gvanrossum, mark.dickinson, martin.panter, mikehoy, rhettinger, steven.daprano, terry.reedy
Date 2015-07-22.02:37:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437532629.04.0.691167918314.issue12067@psf.upfronthosting.co.za>
In-reply-to
Content
Patch v15. No doc changes, but I refactored the test code:

* Manually merged with recent changes
* Separate assert_equality_only() and assert_total_order() test methods. Hopefully this is a bit simpler for people to understand and review, and avoids suggesting that partial ordering is tested.
* Dropped subTest() instances with identical parameters. The basic stack trace can already distinguish these.
* Eliminated is_value_comparable(); remove the ”meth” parameters from the call sites instead
History
Date User Action Args
2015-07-22 02:37:09martin.pantersetrecipients: + martin.panter, gvanrossum, rhettinger, terry.reedy, mark.dickinson, benjamin.peterson, ezio.melotti, steven.daprano, cvrebert, chris.jerdonek, docs@python, mikehoy, andymaier
2015-07-22 02:37:09martin.pantersetmessageid: <1437532629.04.0.691167918314.issue12067@psf.upfronthosting.co.za>
2015-07-22 02:37:08martin.panterlinkissue12067 messages
2015-07-22 02:37:08martin.pantercreate