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 vstinner
Recipients ezio.melotti, fgallaire, georg.brandl, pitrou, r.david.murray, serhiy.storchaka, vstinner
Date 2017-02-14.10:01:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487066462.59.0.328100927258.issue24665@psf.upfronthosting.co.za>
In-reply-to
Content
Florent Gallaire: Since Python 3.0 was released in 2008, new features are no more accepted in Python 2 (Python 2.7, the last release of Python 2). It's a deliberate choice, mostly motivated by the lack of CPython developers. See also the PEP 404.

I'm only talking about Python core and its builtin stdlib: it became very easy to extend Python with third party modules. We even added ensurepip to Python 2.7.9, even if we didn't want to add new features to Python 2. So just create a module on PyPI as you did, make it working on Python 2.7+ and you are done ;-)

In 2016, INADA Naoki and Xiang Zhang got promoted to Python core developers: Naoki is japanese and Xiang is chinese. Maybe they would help on CJK issues.

Please remind that Python core developers are volunteers contributing to Python in their free time.

Have a nice day :-)
History
Date User Action Args
2017-02-14 10:01:02vstinnersetrecipients: + vstinner, georg.brandl, pitrou, ezio.melotti, r.david.murray, fgallaire, serhiy.storchaka
2017-02-14 10:01:02vstinnersetmessageid: <1487066462.59.0.328100927258.issue24665@psf.upfronthosting.co.za>
2017-02-14 10:01:02vstinnerlinkissue24665 messages
2017-02-14 10:01:02vstinnercreate