summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-05-24 18:38:06 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-05-24 18:38:06 (GMT)
commita7a0ad6f73bbff0d3a30fca42be8ee36b90dc944 (patch)
treee03265790d5cee6bc5c726ffd6eecc4dc68bad94 /Misc
parent3805019c588dc9895348f5b8ffedbd0426169a71 (diff)
downloadcpython-a7a0ad6f73bbff0d3a30fca42be8ee36b90dc944.zip
cpython-a7a0ad6f73bbff0d3a30fca42be8ee36b90dc944.tar.gz
cpython-a7a0ad6f73bbff0d3a30fca42be8ee36b90dc944.tar.bz2
Issue #24276: Fixed optimization of property descriptor getter.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ef2a0f0..88818b6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,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