contextlib2 is a backport of the standard library's contextlib module to earlier Python versions.
Find a file
2012-01-04 14:31:43 +10:00
docs Issue #2: Add examples and recipes section to docs 2012-01-03 23:53:22 +10:00
.hgignore Initial project commit 2011-12-13 22:41:17 +10:00
contextlib2.py Issue #6: fix various problems related to the callback wrappers, including correctly looking up __exit__ on the type in register_exit() 2012-01-04 00:26:17 +10:00
LICENSE.txt Initial project commit 2011-12-13 22:41:17 +10:00
NEWS.rst Prep for 0.3 release 2012-01-04 14:31:43 +10:00
README.txt Initial project commit 2011-12-13 22:41:17 +10:00
setup.py Move version number into a shared file read by both setup.py and docs/conf.py 2011-12-16 23:37:53 +10:00
test_contextlib2.py Issue #6: fix various problems related to the callback wrappers, including correctly looking up __exit__ on the type in register_exit() 2012-01-04 00:26:17 +10:00
VERSION.txt Prep for 0.3 release 2012-01-04 14:31:43 +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.