Jason R. Coombs <jar...@jaraco.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10110>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to