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 georg.brandl
Recipients christian.heimes, georg.brandl, larry
Date 2013-11-25.07:43:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385365395.43.0.380471949296.issue19763@psf.upfronthosting.co.za>
In-reply-to
Content
-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.
History
Date User Action Args
2013-11-25 07:43:15georg.brandlsetrecipients: + georg.brandl, larry, christian.heimes
2013-11-25 07:43:15georg.brandlsetmessageid: <1385365395.43.0.380471949296.issue19763@psf.upfronthosting.co.za>
2013-11-25 07:43:15georg.brandllinkissue19763 messages
2013-11-25 07:43:14georg.brandlcreate