Skip to content

Backport of the functools module from Python 3.2.3 for use with Python 2.7 and PyPy. Includes `lru_cache` (Least-recently-used cache decorator)

License

Notifications You must be signed in to change notification settings

gitprime/python-functools32

 
 

Repository files navigation

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 [email protected]

About

Backport of the functools module from Python 3.2.3 for use with Python 2.7 and PyPy. Includes `lru_cache` (Least-recently-used cache decorator)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%