[Python-Dev] Bring new features to older python versions (original) (raw)
Vinay Sajip vinay_sajip at yahoo.co.uk
Mon Oct 10 15:47:36 CEST 2011
- Previous message: [Python-Dev] Bring new features to older python versions
- Next message: [Python-Dev] Bring new features to older python versions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Giampaolo RodolĂ <g.rodola gmail.com> writes:
This let us use different stdlib features which appeared in latest Python versions (including 3.2) throughout all our code base. Now, what I have in mind is to release this as a public module so that everyone who cannot upgrade to a recent python version can benefit of newer features.
There's also the logutils project, which aims to bring logging features added in recent Pythons to older Pythons - especially dictionary-based configuration and queue handlers to facilitate working with multiprocessing, ZeroMQ etc.
http://code.google.com/p/logutils/
Regards,
Vinay Sajip
- Previous message: [Python-Dev] Bring new features to older python versions
- Next message: [Python-Dev] Bring new features to older python versions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]