Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 2a4864b + 2c58075 commit b43ef77Copy full SHA for b43ef77
1 file changed
Doc/library/html.rst
@@ -4,8 +4,6 @@
4
.. module:: html
5
:synopsis: Helpers for manipulating HTML.
6
7
-.. versionadded:: 3.2
8
-
9
**Source code:** :source:`Lib/html/__init__.py`
10
11
--------------
@@ -19,3 +17,5 @@ This module defines utilities to manipulate HTML.
19
17
characters in HTML. If the optional flag *quote* is true, the characters
20
18
(``"``) and (``'``) are also translated; this helps for inclusion in an HTML
21
attribute value delimited by quotes, as in ``<a href="...">``.
+
+ .. versionadded:: 3.2
0 commit comments