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 jaraco
Recipients eric.araujo, jaraco, rhettinger
Date 2010-10-15.20:29:50
SpamBayes Score 0.00019740191
Marked as misclassified No
Message-id <1287174592.7.0.793134004812.issue10110@psf.upfronthosting.co.za>
In-reply-to
Content
I should point out that in Python 2.5, it was possible for a subclass to override the _full method to account for this situation, but with Python 2.6 and later, the calculation in _full was hand-inlined... so it's not readily possible for a subclass to correct for this behavior. It might be desirable to refactor that calculation into a _full method, though I suspect this would have performance implications, which is why I stuck with just adjusting the comparison in its various uses.
History
Date User Action Args
2010-10-15 20:29:52jaracosetrecipients: + jaraco, rhettinger, eric.araujo
2010-10-15 20:29:52jaracosetmessageid: <1287174592.7.0.793134004812.issue10110@psf.upfronthosting.co.za>
2010-10-15 20:29:50jaracolinkissue10110 messages
2010-10-15 20:29:50jaracocreate