summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-10-19 18:20:21 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-10-19 18:20:21 (GMT)
commite089980cf3215cc96ca7af058d7d6744d77cde28 (patch)
treea44330bb01afdebe7011d473b78cb8f640a90322
parent119cdef9b4d2346be562cde54c41e4ba4e915190 (diff)
downloadcpython-e089980cf3215cc96ca7af058d7d6744d77cde28.zip
cpython-e089980cf3215cc96ca7af058d7d6744d77cde28.tar.gz
cpython-e089980cf3215cc96ca7af058d7d6744d77cde28.tar.bz2
NEWS entry for r75531.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 30d2c0e..c2cb9aa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -414,6 +414,9 @@ Core and Builtins
Library
-------
+- Issue #5833: Fix extra space character in readline completion with the
+ GNU readline library version 6.0.
+
- Issue #7133: SSL objects now support the new buffer API.
- Issue #7149: urllib fails on OSX in the proxy detection code