contextlib2 is a backport of the standard library's contextlib module to earlier Python versions.
Find a file
2016-01-12 20:59:26 +10:00
docs Update NEWS and docs for 0.5.0 2016-01-12 20:54:00 +10:00
.hgignore Ignore tox directory 2016-01-12 18:50:35 +10:00
contextlib2.py Rebase on Python 3.5 contextlib 2016-01-12 18:51:33 +10:00
LICENSE.txt Initial project commit 2011-12-13 22:41:17 +10:00
MANIFEST.in Issue #7: Provide MANIFEST.in to ensure files are uploaded correctly 2012-01-17 21:57:24 +10:00
NEWS.rst Note compatibility testing changes 2016-01-12 20:59:26 +10:00
README.txt Initial project commit 2011-12-13 22:41:17 +10:00
setup.py Update comment - I do know how to express it, I just don't want the external dependency 2012-05-01 21:09:21 +10:00
test_contextlib2.py Rebase on Python 3.5 contextlib 2016-01-12 18:51:33 +10:00
tox.ini Tox support on dev branch 2016-01-12 18:51:30 +10:00
VERSION.txt Update to Python 3.4 alpha version 2013-10-26 21:42: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.