Backport of the functools module from Python 3.2.3
This is a backport of the functools standard library module from Python 3.2.3 for use on Python 2.7. It includes new features 'lru_cache' (Least-recently-used cache decorator).
This is a backport of the functools standard library module from Python 3.2.3 for use on Python 2.7. It includes new features 'lru_cache' (Least-recently-used cache decorator).
To install py27-functools32, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-functools32
To see what files were installed by py27-functools32, run:
port contents py27-functools32
To later upgrade py27-functools32, run:
sudo port selfupdate && sudo port upgrade py27-functools32
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.