diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-24 18:53:49 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-24 18:53:49 (GMT) |
commit | 46c56119480b18f8583889b22d3a9b524e16e0ec (patch) | |
tree | 47047a6814e9928625034ab3555e278cc47c245f /Misc | |
parent | a7a0ad6f73bbff0d3a30fca42be8ee36b90dc944 (diff) | |
download | cpython-46c56119480b18f8583889b22d3a9b524e16e0ec.zip cpython-46c56119480b18f8583889b22d3a9b524e16e0ec.tar.gz cpython-46c56119480b18f8583889b22d3a9b524e16e0ec.tar.bz2 |
Backed out changeset: b0a0b9b59012
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -65,6 +65,9 @@ Core and Builtins Library ------- +- Issue #14373: Added C implementation of functools.lru_cache(). Based on + patches by Matt Joiner and Alexey Kachayev. + - Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir parameters and returns bytes in such situations (matching the os module APIs). |