Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a5beccf

Browse files
author
Moshe Zadka
committed
Lib/xml/sax/xmlreader.py - import the exceptions this module can raise
1 parent 1a65473 commit a5beccf

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Lib/xml/sax/xmlreader.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
import handler
55

6+
from _exceptions import SAXNotSupportedException, SAXNotRecognizedException
7+
8+
69
# ===== XMLREADER =====
710

811
class XMLReader:

Misc/NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ http://sourceforge.net/tracker/index.php?func=detail&aid=<id>&group_id=5470&atid
162162

163163
- #128930 - distutils/command/build_ext.py - split rpath argument
164164

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+
165171
What's New in Python 2.0?
166172
=========================
167173

0 commit comments

Comments
 (0)