diff options
author | Larry Hastings <larry@hastings.org> | 2015-05-23 21:57:12 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-05-23 21:57:12 (GMT) |
commit | d68ec172d122366ba6b6a19ae21376b6e6e4bdd4 (patch) | |
tree | 8c6ee9be1eb1335cb703f3e57408ada6e78614cf /Misc | |
parent | 11d7b1423fc44d764eba7065ea5eba58ed748b21 (diff) | |
parent | 8252cc98323cf699f9800bacf84166c8ffd3f5b6 (diff) | |
download | cpython-d68ec172d122366ba6b6a19ae21376b6e6e4bdd4.zip cpython-d68ec172d122366ba6b6a19ae21376b6e6e4bdd4.tar.gz cpython-d68ec172d122366ba6b6a19ae21376b6e6e4bdd4.tar.bz2 |
Merge backout of 57776eee74f2.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -63,9 +63,6 @@ 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). |