diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-23 21:14:34 +0300 |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-23 21:14:34 +0300 |
commit | d2e90cd62ca3ca845b6c6f26b41c039bb268341d (patch) | |
tree | 6dfcfbddc83ed845623d04d83d768749a77ec499 | |
parent | bf644c5571a8e2acb380c7a1288af217f0be7cd6 (diff) | |
download | cpython-git-d2e90cd62ca3ca845b6c6f26b41c039bb268341d.tar.gz |
Add Misc/NEWS entry for dd8b969d7459/#16245.
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |