From: Antoine Pitrou Date: Mon, 19 Oct 2009 18:20:21 +0000 (+0000) Subject: NEWS entry for r75531. X-Git-Tag: v2.7a1~300 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e089980cf3215cc96ca7af058d7d6744d77cde28;p=thirdparty%2FPython%2Fcpython.git NEWS entry for r75531. --- diff --git a/Misc/NEWS b/Misc/NEWS index 30d2c0ee89cc..c2cb9aa82a61 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