diff options
author | Larry Hastings <larry@hastings.org> | 2015-05-24 23:41:42 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-05-24 23:41:42 (GMT) |
commit | aca575cb2563dae20aa1ffa6107f2d75b2a5cc5b (patch) | |
tree | bceee349738a6e2df461b4ff74ca65bb8525a04e /Misc | |
parent | f46aa8e2d17ccb2ff92b803229808e3d330a3eab (diff) | |
parent | 46c56119480b18f8583889b22d3a9b524e16e0ec (diff) | |
download | cpython-aca575cb2563dae20aa1ffa6107f2d75b2a5cc5b.zip cpython-aca575cb2563dae20aa1ffa6107f2d75b2a5cc5b.tar.gz cpython-aca575cb2563dae20aa1ffa6107f2d75b2a5cc5b.tar.bz2 |
Merge.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -22,6 +22,8 @@ Release date: 2015-05-24 Core and Builtins ----------------- +- Issue #24276: Fixed optimization of property descriptor getter. + - Issue #24268: PEP 489: Multi-phase extension module initialization - Issue #23955: Add pyvenv.cfg option to suppress registry/environment @@ -75,6 +77,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). |