]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Lib/xml/sax/xmlreader.py - import the exceptions this module can raise
authorMoshe Zadka <moshez@math.huji.ac.il>
Fri, 13 Apr 2001 15:52:40 +0000 (15:52 +0000)
committerMoshe Zadka <moshez@math.huji.ac.il>
Fri, 13 Apr 2001 15:52:40 +0000 (15:52 +0000)
Lib/xml/sax/xmlreader.py
Misc/NEWS

index 7f31fc261a2bf00f0fde8216cd7ccd649d4e534b..d78c1ac0e4c36a2d36c082903080ff28fc8832e4 100644 (file)
@@ -3,6 +3,9 @@ should be based on this code. """
 
 import handler
 
+from _exceptions import SAXNotSupportedException, SAXNotRecognizedException
+
+
 # ===== XMLREADER =====
 
 class XMLReader:
index b4ac693aa08b74238610b45e50777587e1bf2c55..e0a85dde6a149ad5ad3aa58624407b8a6a9a27d4 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -162,6 +162,12 @@ http://sourceforge.net/tracker/index.php?func=detail&aid=<id>&group_id=5470&atid
 
 - #128930 - distutils/command/build_ext.py - split rpath argument
 
+- #131064, #129584, #127722 - PC/getpathp.c
+
+- asynchat.py - now checking for empty buffer with ==, not "is"
+
+- Lib/xml/sax/xmlreader.py - import the exceptions this module can raise
+
 What's New in Python 2.0?
 =========================