From: Serhiy Storchaka Date: Sun, 27 Sep 2015 19:38:01 +0000 (+0300) Subject: Issue #25203: Failed readline.set_completer_delims() no longer left the X-Git-Tag: v3.5.1rc1~259 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36aff2db4ae7e113a8fce91b46301bd85e9c2f3b;p=python Issue #25203: Failed readline.set_completer_delims() no longer left the module in inconsistent state. --- 36aff2db4ae7e113a8fce91b46301bd85e9c2f3b diff --cc Misc/NEWS index 1e13f63483,6793215a31..241eafa3c0 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -21,9 -81,9 +21,12 @@@ Core and Builtin Library ------- + - Issue #25203: Failed readline.set_completer_delims() no longer left the + module in inconsistent state. + +- Issue #23329: Allow the ssl module to be built with older versions of + LibreSSL. + - Prevent overflow in _Unpickler_Read. - Issue #25047: The XML encoding declaration written by Element Tree now