]> granicus.if.org Git - python/commitdiff
Update NEWS for adding missed changes.
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 6 Oct 2012 10:44:12 +0000 (13:44 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 6 Oct 2012 10:44:12 +0000 (13:44 +0300)
Misc/NEWS

index 67e2188f4923594536583418229aa4c19e57c59a..c52149e909a7510733742569518e761c6adf9bbd 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,6 +39,11 @@ Core and Builtins
 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).