File tree Expand file tree Collapse file tree 2 files changed +18
-11
lines changed
Expand file tree Collapse file tree 2 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 1+ Python functools32 |Build Status |_
2+ ----------------------------------
3+
4+ This is a backport of the Python 3.2 functools module for use on
5+ Python versions 2.7 and PyPy. It includes new features
6+ `lru_cache ` (`Least-recently-used cache `_ decorator).
7+
8+ Refer to the Python 3.2 documentation for usage information:
9+ http://docs.python.org/3.2/library/functools.html
10+
11+ Bugs? Try to reproduce them on the latest Python 3.2.x itself and file bug
12+ reports on http://bugs.python.org/.
13+
14+ -- ENDOH takanao djmchl@gmail.com
15+
16+ .. |Build Status | image :: https://secure.travis-ci.org/MiCHiLU/python-functools32.png
17+ .. _`Build Status` : http://travis-ci.org/MiCHiLU/python-functools32
18+ .. _`Least-recently-used cache` : http://en.wikipedia.org/wiki/Cache_algorithms#Least_Recently_Used
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments