Commit 2c580757 authored by Georg Brandl's avatar Georg Brandl

Closes #14545: make clearer what was added.

parent a51497ab
...@@ -4,8 +4,6 @@ ...@@ -4,8 +4,6 @@
.. module:: html .. module:: html
:synopsis: Helpers for manipulating HTML. :synopsis: Helpers for manipulating HTML.
.. versionadded:: 3.2
**Source code:** :source:`Lib/html/__init__.py` **Source code:** :source:`Lib/html/__init__.py`
-------------- --------------
...@@ -19,3 +17,5 @@ This module defines utilities to manipulate HTML. ...@@ -19,3 +17,5 @@ This module defines utilities to manipulate HTML.
characters in HTML. If the optional flag *quote* is true, the characters characters in HTML. If the optional flag *quote* is true, the characters
(``"``) and (``'``) are also translated; this helps for inclusion in an HTML (``"``) and (``'``) are also translated; this helps for inclusion in an HTML
attribute value delimited by quotes, as in ``<a href="...">``. attribute value delimited by quotes, as in ``<a href="...">``.
.. versionadded:: 3.2
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment