RETIRED, further work has moved to Debian project infrastructure
Go to file
MiCHiLU 983040b490 Add travis.yml 2012-09-19 12:37:07 +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.txt first commit 2012-09-18 18:32:48 +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 first commit 2012-09-18 18:32:48 +09:00
test first commit 2012-09-18 18:32:48 +09:00
test_functools32.py Fix 2012-09-19 10:26:31 +09:00
test_support32.py Fix 2012-09-19 10:26:31 +09:00

README.txt

This is a backport of the Python 3.2 functools module for use on
Python versions 2.4 through 2.7.

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