Update NEWS for adding missed changes.

This commit is contained in:
Andrew Svetlov 2012-10-06 13:44:12 +03:00
parent 7f9dbaf1f8
commit dc22587df2
1 changed files with 5 additions and 0 deletions

View File

@ -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).