summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-10-23 21:14:34 +0300
committerEzio Melotti <ezio.melotti@gmail.com>2012-10-23 21:14:34 +0300
commitd2e90cd62ca3ca845b6c6f26b41c039bb268341d (patch)
tree6dfcfbddc83ed845623d04d83d768749a77ec499
parentbf644c5571a8e2acb380c7a1288af217f0be7cd6 (diff)
downloadcpython-git-d2e90cd62ca3ca845b6c6f26b41c039bb268341d.tar.gz
Add Misc/NEWS entry for dd8b969d7459/#16245.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8b0e458031..7015bd5910 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -245,6 +245,9 @@ Documentation
Tools/Demos
-----------
+- 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.