Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a65473 commit a5beccfCopy full SHA for a5beccf
Lib/xml/sax/xmlreader.py
@@ -3,6 +3,9 @@
3
4
import handler
5
6
+from _exceptions import SAXNotSupportedException, SAXNotRecognizedException
7
+
8
9
# ===== XMLREADER =====
10
11
class XMLReader:
Misc/NEWS
@@ -162,6 +162,12 @@ http://sourceforge.net/tracker/index.php?func=detail&aid=<id>&group_id=5470&atid
162
163
- #128930 - distutils/command/build_ext.py - split rpath argument
164
165
+- #131064, #129584, #127722 - PC/getpathp.c
166
167
+- asynchat.py - now checking for empty buffer with ==, not "is"
168
169
+- Lib/xml/sax/xmlreader.py - import the exceptions this module can raise
170
171
What's New in Python 2.0?
172
=========================
173
0 commit comments