From: Georg Brandl Date: Wed, 11 Apr 2012 16:33:17 +0000 (+0200) Subject: Closes #14545: make clearer what was added. X-Git-Tag: v3.3.0a3~257^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c5807572f34627c5adf5a10559a82d904cca543;p=python Closes #14545: make clearer what was added. --- diff --git a/Doc/library/html.rst b/Doc/library/html.rst index 0063db60cd..3ad1c0c5c8 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 ````. + + .. versionadded:: 3.2