Add Misc/NEWS entry for dd8b969d7459/#16245.

This commit is contained in:
Ezio Melotti 2012-10-23 21:14:34 +03:00
parent bf644c5571
commit d2e90cd62c

View file

@ -245,6 +245,9 @@ Documentation
Tools/Demos 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. - Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka.