From d2e90cd62ca3ca845b6c6f26b41c039bb268341d Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Tue, 23 Oct 2012 21:14:34 +0300 Subject: Add Misc/NEWS entry for dd8b969d7459/#16245. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 8b0e458..7015bd5 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. -- cgit v0.12