diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-06 10:44:12 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-06 10:44:12 (GMT) |
commit | dc22587df2a577cdcdd21f3aec629e22b07f4263 (patch) | |
tree | 0370feeb54de054d01ef06cb5e86c259e4d9d0dd /Misc | |
parent | 7f9dbaf1f8e6e8df5cb6586934e03971daa7e635 (diff) | |
download | cpython-dc22587df2a577cdcdd21f3aec629e22b07f4263.zip cpython-dc22587df2a577cdcdd21f3aec629e22b07f4263.tar.gz cpython-dc22587df2a577cdcdd21f3aec629e22b07f4263.tar.bz2 |
Update NEWS for adding missed changes.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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). |