[issue19763] Make it easier to backport statistics to 2.7

R. David Murray report at bugs.python.org
Mon Nov 25 13:31:08 CET 2013


R. David Murray added the comment:

This is a tricky one.  I can see the arguments either way, but it just feels wrong to have future imports in stdlib code.

I personally don't see anything wrong with the import and doctest changes, though.  Sure, someone may come along later and unknowingly break something for your backport, but it isn't likely and IMO it's no big deal if it happens, you can just fix it when your tests fail.  I also don't mind the super call change personally, but that is much more likely to get changed by someone later, since I'm sure other people find it uglier than I do :)

Platform kind of operates under its own rules.  I suppose asyncio does as well :)

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19763>
_______________________________________


More information about the Python-bugs-list mailing list