]> granicus.if.org Git - python/commitdiff
NEWS entry for r75531.
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 19 Oct 2009 18:20:21 +0000 (18:20 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 19 Oct 2009 18:20:21 +0000 (18:20 +0000)
Misc/NEWS

index 30d2c0ee89cc2bc3d9772fd9f076bfdc986eff07..c2cb9aa82a61e7da910ca1da3e8f9a2dd612f3aa 100644 (file)
--- 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