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 belopolsky
Recipients Arfrever, Niklas.Claesson, Ramchandra Apte, andrewclegg, belopolsky, ethan.furman, goshawk, lemburg, mdcb808@gmail.com, pitrou, pythonhacker, r.david.murray, scoobydoo, serhiy.storchaka, tim.peters, vstinner
Date 2015-04-08.23:54:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428537243.68.0.946607931307.issue15443@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2 line is closed for new features, but you can start with the main line Lib/datetime.py which will probably work with python 2.7.9 after some minor tweaks.  You should be able to publish the result on PyPI.  Note that many new in 3.x modules are provided for 2.x this way.
History
Date User Action Args
2015-04-08 23:54:03belopolskysetrecipients: + belopolsky, lemburg, tim.peters, pitrou, vstinner, pythonhacker, Arfrever, r.david.murray, andrewclegg, ethan.furman, Ramchandra Apte, serhiy.storchaka, goshawk, Niklas.Claesson, mdcb808@gmail.com, scoobydoo
2015-04-08 23:54:03belopolskysetmessageid: <1428537243.68.0.946607931307.issue15443@psf.upfronthosting.co.za>
2015-04-08 23:54:03belopolskylinkissue15443 messages
2015-04-08 23:54:03belopolskycreate