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 ezio.melotti
Recipients Jasvir.Singh, ezio.melotti
Date 2014-03-18.19:01:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395169262.63.0.0258912338443.issue20971@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, you could make patches for Python 3.5 and release a PyPI package that includes these changes and it's compatible with older versions.  The same has been done for other modules as well (e.g. unittest2 includes features that are available on recent versions of Python but it's compatible with older versions too).
The reason why we can't add this to 2.7 (or even 3.4) is because they only receive bug fixes (and older versions only receive security fixes).  Since there won't be a 2.8, new features can only go on 3.5.  You can find more information about this on the devguide.
History
Date User Action Args
2014-03-18 19:01:02ezio.melottisetrecipients: + ezio.melotti, Jasvir.Singh
2014-03-18 19:01:02ezio.melottisetmessageid: <1395169262.63.0.0258912338443.issue20971@psf.upfronthosting.co.za>
2014-03-18 19:01:02ezio.melottilinkissue20971 messages
2014-03-18 19:01:02ezio.melotticreate