summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-06-24 20:02:56 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-06-24 20:02:56 (GMT)
commit46495182d0fc58b519d10315f1bf392f08f33a2e (patch)
tree0503e0a7032d33e98954331d3a2d5c6e19607392 /Misc
parenta504a7a7d1fd6056e067027354d31595aa4b8958 (diff)
downloadcpython-46495182d0fc58b519d10315f1bf392f08f33a2e.zip
cpython-46495182d0fc58b519d10315f1bf392f08f33a2e.tar.gz
cpython-46495182d0fc58b519d10315f1bf392f08f33a2e.tar.bz2
#15156: HTMLParser now uses the new "html.entities.html5" dictionary.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0ccdce5..da574b0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -76,6 +76,8 @@ Library
It is used automatically on platforms supporting the necessary os.openat()
and os.unlinkat() functions. Main code by Martin von Löwis.
+- Issue #15156: HTMLParser now uses the new "html.entities.html5" dictionary.
+
- Issue #11113: add a new "html5" dictionary containing the named character
references defined by the HTML5 standard and the equivalent Unicode
character(s) to the html.entities module.