diff options
author | Georg Brandl <georg@python.org> | 2012-04-11 16:36:58 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-04-11 16:36:58 (GMT) |
commit | b43ef77ecb02daee0bc8bf143cfae5f2fe52b753 (patch) | |
tree | 2c952fedeaa922dfd878e98e02cd95b0ae71b0d3 | |
parent | 2a4864bea6b711f44be2913bd60e1603a856c68f (diff) | |
parent | 2c5807572f34627c5adf5a10559a82d904cca543 (diff) | |
download | cpython-b43ef77ecb02daee0bc8bf143cfae5f2fe52b753.zip cpython-b43ef77ecb02daee0bc8bf143cfae5f2fe52b753.tar.gz cpython-b43ef77ecb02daee0bc8bf143cfae5f2fe52b753.tar.bz2 |
#14545: merge 3.2
-rw-r--r-- | Doc/library/html.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/html.rst b/Doc/library/html.rst index 0063db6..3ad1c0c 100644 --- a/Doc/library/html.rst +++ b/Doc/library/html.rst @@ -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 |