diff options
author | Martin Panter <vadmium+py@gmail.com> | 2015-11-13 23:10:39 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2015-11-13 23:10:39 (GMT) |
commit | fa9ea046732eff86408aba477d557c8fc92bc864 (patch) | |
tree | e7ab1537f108883827edc860d10b38203eb83773 /Misc/NEWS | |
parent | 75559affad77d929ab8a87da226f080ec7b59dbd (diff) | |
parent | 06622ead8072f3602bba8cd1924f0897873ad8b1 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |