On Mon, Oct 10, 2011 at 11:47 PM, Vinay Sajip <[email protected]> wrote: > Giampaolo Rodolà <g.rodola <at> 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/
Should we create an informational PEP or other resource to point people towards some of these forwards compatibility options? Cheers, Nick. -- Nick Coghlan | [email protected] | Brisbane, Australia _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
