diff options
author | 2014-08-12 12:45:28 -0700 | |
---|---|---|
committer | 2014-08-12 12:45:28 -0700 | |
commit | 92c7b90148fafff423b56950d3f0a9267e7a95ad (patch) | |
tree | 948cfd567b4447d9510e5c1c6e9c85f218a6ce17 /Misc/NEWS | |
parent | Decreased memory requirements of new tests added in issue21448. (diff) | |
parent | Issue 22184: Early detection and reporting of missing lru_cache parameters (diff) | |
download | cpython-92c7b90148fafff423b56950d3f0a9267e7a95ad.tar.gz cpython-92c7b90148fafff423b56950d3f0a9267e7a95ad.tar.bz2 cpython-92c7b90148fafff423b56950d3f0a9267e7a95ad.zip |
merge
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS index aa7479696db..fd6a19fda8a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -118,6 +118,9 @@ Library - Issue #21448: Changed FeedParser feed() to avoid O(N**2) behavior when parsing long line. Original patch by Raymond Hettinger. +- Issue #22184: The functools LRU Cache decorator factory now gives an earlier + and clearer error message when the user forgets the required parameters. + - Issue #17923: glob() patterns ending with a slash no longer match non-dirs on AIX. Based on patch by Delhallt. |