cpython: 2776ccf003cc (original) (raw)
Mercurial > cpython
changeset 76242:2776ccf003cc 3.2
Closes #14545: make clearer what was added. [#14545]
Georg Brandl georg@python.org | |
---|---|
date | Wed, 11 Apr 2012 18:33:17 +0200 |
parents | 6b9e24539a70 |
children | f5f8a7fd881c 9d4109af8f3b |
files | Doc/library/html.rst |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-)[+] [-] Doc/library/html.rst 4 |
line wrap: on
line diff
--- 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 manipul
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="...">
.
+