From: Andrew Svetlov Date: Sat, 6 Oct 2012 10:44:12 +0000 (+0300) Subject: Update NEWS for adding missed changes. X-Git-Tag: v3.4.0a1~2350 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc22587df2a577cdcdd21f3aec629e22b07f4263;p=python Update NEWS for adding missed changes. --- diff --git a/Misc/NEWS b/Misc/NEWS index 67e2188f49..c52149e909 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).