mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
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). WWW: https://github.com/MiCHiLU/python-functools32
5 lines
221 B
Text
5 lines
221 B
Text
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).
|
|
|
|
WWW: https://github.com/MiCHiLU/python-functools32
|