summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2015-11-13 23:10:39 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2015-11-13 23:10:39 (GMT)
commitfa9ea046732eff86408aba477d557c8fc92bc864 (patch)
treee7ab1537f108883827edc860d10b38203eb83773 /Misc/NEWS
parent75559affad77d929ab8a87da226f080ec7b59dbd (diff)
parent06622ead8072f3602bba8cd1924f0897873ad8b1 (diff)
downloadcpython-fa9ea046732eff86408aba477d557c8fc92bc864.zip
cpython-fa9ea046732eff86408aba477d557c8fc92bc864.tar.gz
cpython-fa9ea046732eff86408aba477d557c8fc92bc864.tar.bz2
Issue #25590: Merge rlcompleter change from 3.4 into 3.5
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c766615..2b312e8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -67,6 +67,9 @@ Core and Builtins
Library
-------
+- Issue #25590: In the Readline completer, only call getattr() once per
+ attribute.
+
- Issue #25498: Fix a crash when garbage-collecting ctypes objects created
by wrapping a memoryview. This was a regression made in 3.5a1. Based
on patch by Eryksun.