summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteven D'Aprano <steve@pearwood.info>2016-08-24 02:14:58 (GMT)
committerSteven D'Aprano <steve@pearwood.info>2016-08-24 02:14:58 (GMT)
commit2436e73c4a1d8bf2aafc5a495c50a132cc08efe5 (patch)
tree6363c1ce4af8ebd1977fa6a7be385adb2f4451d5 /Misc
parentbdfa0ebff797b0a93eabe253f8a77a5e9d5f8dc1 (diff)
downloadcpython-2436e73c4a1d8bf2aafc5a495c50a132cc08efe5.zip
cpython-2436e73c4a1d8bf2aafc5a495c50a132cc08efe5.tar.gz
cpython-2436e73c4a1d8bf2aafc5a495c50a132cc08efe5.tar.bz2
Update NEWS.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0808b11..5d98cdd 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
-----