[issue19763] Make it easier to backport statistics to 2.7

Georg Brandl report at bugs.python.org
Mon Nov 25 08:43:15 CET 2013


Georg Brandl added the comment:

-1.

First, I don't think stdlib modules should be forced to use old conventions and give up on new features just because of backports (the import changes are fine obviously).

Second, it's putting unreasonable constraints on CPython developers to know which modules should be compatible with which version and which features that requires to ignore (Python 2.6 is not even in maintenance anymore!)  This is the onus of the backporter (and you have done it already, anyway).

Third, it's also a little late for this given that we're now in beta.

----------
nosy: +georg.brandl

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


More information about the Python-bugs-list mailing list