summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2015-11-24 00:10:45 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2015-11-24 00:10:45 (GMT)
commit11bb1ad15502849f126af3f35de7eaeebd617fc5 (patch)
tree640d8bc75c1950df2ef4da0039ca7013f963495f /Misc
parent1f847659f33ee3d51db3cb85cf408b5bba696347 (diff)
parented92910852ad7a3006bc264ef6cb061868e5a82c (diff)
downloadcpython-11bb1ad15502849f126af3f35de7eaeebd617fc5.zip
cpython-11bb1ad15502849f126af3f35de7eaeebd617fc5.tar.gz
cpython-11bb1ad15502849f126af3f35de7eaeebd617fc5.tar.bz2
Issue #25663: Merge rlcompleter fix from 3.4 into 3.5
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b028782..b4ac095 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and Builtins
Library
-------
+- Issue #25663: In the Readline completer, avoid listing duplicate global
+ names, and search the global namespace before searching builtins.
+
- Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
- Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.