summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-10-06 10:44:12 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-10-06 10:44:12 (GMT)
commitdc22587df2a577cdcdd21f3aec629e22b07f4263 (patch)
tree0370feeb54de054d01ef06cb5e86c259e4d9d0dd /Misc
parent7f9dbaf1f8e6e8df5cb6586934e03971daa7e635 (diff)
downloadcpython-dc22587df2a577cdcdd21f3aec629e22b07f4263.zip
cpython-dc22587df2a577cdcdd21f3aec629e22b07f4263.tar.gz
cpython-dc22587df2a577cdcdd21f3aec629e22b07f4263.tar.bz2
Update NEWS for adding missed changes.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 67e2188..c52149e 100644
--- 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).