cpython: f5f8a7fd881c (original) (raw)
Mercurial > cpython
changeset 76244:f5f8a7fd881c
#14545: merge 3.2 [#14545]
Georg Brandl georg@python.org | |
---|---|
date | Wed, 11 Apr 2012 18:36:58 +0200 |
parents | e5cca3cdf210(current diff)2776ccf003cc(diff) |
children | d3c2d8358f54 |
files | |
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="...">
.
+