[Python-checkins] cpython: Update NEWS.

steven.daprano python-checkins at python.org
Tue Aug 23 22:17:27 EDT 2016


https://hg.python.org/cpython/rev/be0ec8b16b91
changeset:   102882:be0ec8b16b91
user:        Steven D'Aprano <steve at pearwood.info>
date:        Wed Aug 24 12:14:58 2016 +1000
summary:
  Update NEWS.

files:
  Misc/NEWS |  4 +++-
  1 files changed, 3 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -69,6 +69,8 @@
 - 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 @@
   Add tests for the changes to the config module.
 
 - Issue #27452: add line counter and crc to IDLE configHandler test dump.
-  
+
 Tests
 -----
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list