Skip to content

Commit 904f2fc

Browse files
committed
Import the exceptions that this module can raise.
1 parent adcf8a0 commit 904f2fc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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:

0 commit comments

Comments
 (0)