[Python-checkins] cpython: Update NEWS for adding missed changes.

andrew.svetlov python-checkins at python.org
Sat Oct 6 12:44:23 CEST 2012


http://hg.python.org/cpython/rev/31f8c2df89d8
changeset:   79506:31f8c2df89d8
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Sat Oct 06 13:44:12 2012 +0300
summary:
  Update NEWS for adding missed changes.

files:
  Misc/NEWS |  5 +++++
  1 files changed, 5 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,6 +39,11 @@
 Library
 -------
 
+- Issue #15417: Add support for csh and fish in venv activation scripts.
+
+- Issue #16123: IDLE - deprecate running without a subprocess.
+  Patch by Roger Serwy.
+
 - Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element
   element_factory (fixes a regression in SimpleTAL).
 

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


More information about the Python-checkins mailing list