From: Steven D'Aprano Date: Wed, 24 Aug 2016 02:14:58 +0000 (+1000) Subject: Update NEWS. X-Git-Tag: v3.6.0b1~568 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2436e73c4a1d8bf2aafc5a495c50a132cc08efe5;p=thirdparty%2FPython%2Fcpython.git Update NEWS. --- diff --git a/Misc/NEWS b/Misc/NEWS index 0808b117a49c..5d98cdd4532c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -69,6 +69,8 @@ Library - Issue #9998: On Linux, ctypes.util.find_library now looks in LD_LIBRARY_PATH for shared libraries. +- Issue #27573: exit message for code.interact is now configurable. + Tests ----- @@ -259,7 +261,7 @@ IDLE Add tests for the changes to the config module. - Issue #27452: add line counter and crc to IDLE configHandler test dump. - + Tests -----