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 westley.martinez
Recipients _doublep, ajaksu2, arigo, belopolsky, fniessink, loewis, serhiy.storchaka, westley.martinez
Date 2014-03-12.06:07:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394604471.01.0.892017739727.issue1617161@psf.upfronthosting.co.za>
In-reply-to
Content
I updated the tests to be in sync, but the implementation of the fix is not so trivial.  The conversion from cmp() to rich comparison is the primary culprit, so it will take time for me to get familiar enough with the C source to update the fix.  I couldn't seem to get the patch to apply even to the 2.x branch (I think it's because it's an SVN patch...) to see if the fix actually works.

That said, this enhancement is so old that it might not warrant a fix at all.  Maybe it should be brought up on python-dev?
History
Date User Action Args
2014-03-12 06:07:51westley.martinezsetrecipients: + westley.martinez, loewis, arigo, belopolsky, fniessink, ajaksu2, _doublep, serhiy.storchaka
2014-03-12 06:07:51westley.martinezsetmessageid: <1394604471.01.0.892017739727.issue1617161@psf.upfronthosting.co.za>
2014-03-12 06:07:51westley.martinezlinkissue1617161 messages
2014-03-12 06:07:50westley.martinezcreate