diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-06-24 20:02:56 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-06-24 20:02:56 (GMT) |
commit | 46495182d0fc58b519d10315f1bf392f08f33a2e (patch) | |
tree | 0503e0a7032d33e98954331d3a2d5c6e19607392 /Misc | |
parent | a504a7a7d1fd6056e067027354d31595aa4b8958 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |