diff options
author | Brett Cannon <brett@python.org> | 2012-11-15 21:16:45 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-11-15 21:16:45 (GMT) |
commit | 1e1e8aa5074ae43c757764f3ba3bce1efc765346 (patch) | |
tree | 731bb4157641496bec971b5fd0fae540866d1d2c | |
parent | 0676caf66082af23806f2316e4debf2c70bf9cf5 (diff) | |
download | cpython-1e1e8aa5074ae43c757764f3ba3bce1efc765346.zip cpython-1e1e8aa5074ae43c757764f3ba3bce1efc765346.tar.gz cpython-1e1e8aa5074ae43c757764f3ba3bce1efc765346.tar.bz2 |
Add NEWS entries for the removal of Misc/Vim and Misc/TextMate.
Also merged two duplicate sections of Tools/Demos.
-rw-r--r-- | Misc/NEWS | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -370,12 +370,6 @@ Build - Issue #15819: Make sure we can build Python out-of-tree from a read-only source directory. (Somewhat related to issue #9860.) -Tools/Demos ------------ - -- Issue #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py - Patch by Serhiy Storchaka. - Documentation ------------- @@ -414,11 +408,18 @@ Documentation Tools/Demos ----------- +- Issue #9893: Removed the Misc/Vim directory. + +- Removed the Misc/TextMate directory. + - Issue #16245: Add the Tools/scripts/parse_html5_entities.py script to parse the list of HTML5 entities and update the html.entities.html5 dictionary. - Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka. +- Issue #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py + Patch by Serhiy Storchaka. + What's New in Python 3.3.0? =========================== |