We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2342027 commit b7bdc0dCopy full SHA for b7bdc0d
1 file changed
Doc/whatsnew/3.16.rst
@@ -141,6 +141,14 @@ module_name
141
142
* TODO
143
144
+html
145
+----
146
+
147
+* :func:`html.escape` and :func:`html.unescape` are now implemented in C, with
148
+ the pure-Python versions kept as a fallback. This also speeds up
149
+ :class:`html.parser.HTMLParser`, which relies on :func:`html.unescape`.
150
+ (Contributed by Bernát Gábor in :gh:`151024`.)
151
152
153
154
Removed
0 commit comments