[Python-checkins] cpython (3.2): Closes #14545: make clearer what was added.

georg.brandl python-checkins at python.org
Wed Apr 11 18:36:47 CEST 2012


http://hg.python.org/cpython/rev/2776ccf003cc
changeset:   76242:2776ccf003cc
branch:      3.2
parent:      76240:6b9e24539a70
user:        Georg Brandl <georg at python.org>
date:        Wed Apr 11 18:33:17 2012 +0200
summary:
  Closes #14545: make clearer what was added.

files:
  Doc/library/html.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/html.rst b/Doc/library/html.rst
--- 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 @@
    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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list