mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Closes #14545: make clearer what was added.
This commit is contained in:
parent
a51497ab86
commit
2c5807572f
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,6 @@
|
|||
.. module:: html
|
||||
:synopsis: Helpers for manipulating HTML.
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
||||
**Source code:** :source:`Lib/html/__init__.py`
|
||||
|
||||
--------------
|
||||
|
@ -19,3 +17,5 @@ This module defines utilities to manipulate HTML.
|
|||
characters in HTML. If the optional flag *quote* is true, the characters
|
||||
(``"``) and (``'``) are also translated; this helps for inclusion in an HTML
|
||||
attribute value delimited by quotes, as in ``<a href="...">``.
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue