diff options
Diffstat (limited to 'Doc/library/xml.sax.handler.rst')
-rw-r--r-- | Doc/library/xml.sax.handler.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/xml.sax.handler.rst b/Doc/library/xml.sax.handler.rst index bc287d1337..3ef3c83c6f 100644 --- a/Doc/library/xml.sax.handler.rst +++ b/Doc/library/xml.sax.handler.rst @@ -8,8 +8,6 @@ .. sectionauthor:: Martin v. Löwis <martin@v.loewis.de> -.. versionadded:: 2.0 - The SAX API defines four kinds of handlers: content handlers, DTD handlers, error handlers, and entity resolvers. Applications normally only need to implement those interfaces whose events they are interested in; they can |