contextlib2 is a backport of the standard library's contextlib module to earlier Python versions.
Find a file
2011-12-15 22:30:55 +10:00
docs Add link back to original tracker issue, fix typo noticed by Chris Neugebauer 2011-12-15 22:30:55 +10:00
.hgignore Initial project commit 2011-12-13 22:41:17 +10:00
contextlib2.py Add link back to original tracker issue, fix typo noticed by Chris Neugebauer 2011-12-15 22:30:55 +10:00
LICENSE.txt Initial project commit 2011-12-13 22:41:17 +10:00
README.txt Initial project commit 2011-12-13 22:41:17 +10:00
setup.py If one is going to mark scripts executable, one had best add a shebang line... 2011-12-15 21:13:03 +10:00
test_contextlib2.py If one is going to mark scripts executable, one had best add a shebang line... 2011-12-15 21:13:03 +10:00

contextlib2 is a backport of the standard library's contextlib module to earlier Python versions.

It also serves as a real world proving ground for possible future enhancements to the standard library version.