RETIRED, further work has moved to Debian project infrastructure
Go to file
MiCHiLU 756d0820a3 Add Travis CI badge 2012-09-19 12:57:16 +09:00
.gitignore first commit 2012-09-18 18:32:48 +09:00
.travis.yml Add travis.yml 2012-09-19 12:37:07 +09:00
ChangeLog first commit 2012-09-18 18:32:48 +09:00
LICENSE first commit 2012-09-18 18:32:48 +09:00
MANIFEST.in first commit 2012-09-18 18:32:48 +09:00
README.rst Add Travis CI badge 2012-09-19 12:57:16 +09:00
_dummy_thread32.py Import _dummy_thread from 3.2 2012-09-18 19:06:05 +09:00
functools32.py Fix 2012-09-19 10:26:31 +09:00
reprlib32.py Fix 2012-09-19 10:26:31 +09:00
setup.cfg first commit 2012-09-18 18:32:48 +09:00
setup.py Update README 2012-09-19 12:38:20 +09:00
test first commit 2012-09-18 18:32:48 +09:00
test_functools32.py Skip tests for PyPy 2012-09-19 12:37:07 +09:00
test_support27.py Add test_support from 2.7 2012-09-19 12:37:07 +09:00

README.rst

Python functools32 Build Status_

This is a backport of the Python 3.2 functools module for use on Python versions 2.7 and PyPy. It includes new features lru_cache (Least-recently-used cache decorator).

Refer to the Python 3.2 documentation for usage information: http://docs.python.org/3.2/library/functools.html

Bugs? Try to reproduce them on the latest Python 3.2.x itself and file bug reports on http://bugs.python.org/.

-- ENDOH takanao djmchl@gmail.com