summaryrefslogtreecommitdiff
path: root/Doc/library/xml.sax.reader.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-09-01 13:51:09 +0000
committerGeorg Brandl <georg@python.org>2007-09-01 13:51:09 +0000
commitaf777708fcebf6a14796a4800ea19e1021e61068 (patch)
treefd864f51711f9a5ff563358c3dff5d3c664cddae /Doc/library/xml.sax.reader.rst
parentf2cb3aa6312edc205c9c155f114cacf58b8634f3 (diff)
downloadcpython-af777708fcebf6a14796a4800ea19e1021e61068.tar.gz
Get rid of the remaining versionadded/versionchanged directives.
Diffstat (limited to 'Doc/library/xml.sax.reader.rst')
-rw-r--r--Doc/library/xml.sax.reader.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/xml.sax.reader.rst b/Doc/library/xml.sax.reader.rst
index d64a4fcc5a..c3534bb663 100644
--- a/Doc/library/xml.sax.reader.rst
+++ b/Doc/library/xml.sax.reader.rst
@@ -8,8 +8,6 @@
.. sectionauthor:: Martin v. Löwis <martin@v.loewis.de>
-.. versionadded:: 2.0
-
SAX parsers implement the :class:`XMLReader` interface. They are implemented in
a Python module, which must provide a function :func:`create_parser`. This
function is invoked by :func:`xml.sax.make_parser` with no arguments to create