Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1e1e8aa

Browse files
committed
Add NEWS entries for the removal of Misc/Vim and Misc/TextMate.
Also merged two duplicate sections of Tools/Demos.
1 parent 0676caf commit 1e1e8aa

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

Misc/NEWS

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -370,12 +370,6 @@ Build
370370
- Issue #15819: Make sure we can build Python out-of-tree from a read-only
371371
source directory. (Somewhat related to issue #9860.)
372372

373-
Tools/Demos
374-
-----------
375-
376-
- Issue #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py
377-
Patch by Serhiy Storchaka.
378-
379373
Documentation
380374
-------------
381375

@@ -414,11 +408,18 @@ Documentation
414408
Tools/Demos
415409
-----------
416410

411+
- Issue #9893: Removed the Misc/Vim directory.
412+
413+
- Removed the Misc/TextMate directory.
414+
417415
- Issue #16245: Add the Tools/scripts/parse_html5_entities.py script to parse
418416
the list of HTML5 entities and update the html.entities.html5 dictionary.
419417

420418
- Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka.
421419

420+
- Issue #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py
421+
Patch by Serhiy Storchaka.
422+
422423

423424
What's New in Python 3.3.0?
424425
===========================

0 commit comments

Comments
 (0)