]> granicus.if.org Git - python/commitdiff
Add Misc/NEWS entry for dd8b969d7459/#16245.
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 23 Oct 2012 18:14:34 +0000 (21:14 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 23 Oct 2012 18:14:34 +0000 (21:14 +0300)
Misc/NEWS

index 8b0e4580319513d5f5b0ff54b0194f4ae3f51240..7015bd59104bfa7f74c7db5555aa56de5775e708 100644 (file)
--- 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.