]> granicus.if.org Git - python/commitdiff
Add NEWS entries for the removal of Misc/Vim and Misc/TextMate.
authorBrett Cannon <brett@python.org>
Thu, 15 Nov 2012 21:16:45 +0000 (16:16 -0500)
committerBrett Cannon <brett@python.org>
Thu, 15 Nov 2012 21:16:45 +0000 (16:16 -0500)
Also merged two duplicate sections of Tools/Demos.

Misc/NEWS

index 10e2d6310cfa0b3ef857ceecd4d76421ac69d24e..840e108fc7a1926b7d1df3b6b3651b2d8787c0f0 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
 ===========================