Use backports.functools_lru_cache instead of functools32 #7871
Merged
NelleV
merged 1 commit into
matplotlib:master
from
felixonmars:backports.functools_lru_cache
Feb 16, 2017
Jump to file
No files or symbols found.
+1
−1
INSTALL
INSTALL
+1
−1
README.win.md
README.win.md
+1
−1
appveyor.yml
appveyor.yml
+1
−1
build_alllocal.cmd
build_alllocal.cmd
+2
−2
meta.yaml
ci/conda_recipe/meta.yaml
+4
−0
2017-01-19-BFLC.rst
doc/api/api_changes/2017-01-19-BFLC.rst
+1
−1
font_manager.py
lib/matplotlib/font_manager.py
+1
−1
setup.py
setup.py
+6
−6
setupext.py
setupext.py
| @@ -0,0 +1,4 @@ | ||
| +Use backports.functools_lru_cache instead of functools32 | ||
| +```````````````````````````````````````````````````````` | ||
| + | ||
| +It's better maintained and more widely used (by pylint, jaraco, etc). |
12
setupext.py