[Python-checkins] CVS: python/dist/src/Lib/xml/sax xmlreader.py,1.13,1.14

Fred L. Drake fdrake@usw-pr-cvs1.sourceforge.net
2001年3月14日 14:43:49 -0800


Update of /cvsroot/python/python/dist/src/Lib/xml/sax
In directory usw-pr-cvs1:/tmp/cvs-serv31030
Modified Files:
	xmlreader.py 
Log Message:
Import the exceptions that this module can raise.
Index: xmlreader.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/xml/sax/xmlreader.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** xmlreader.py	2001年01月27日 08:56:24	1.13
--- xmlreader.py	2001年03月14日 22:43:47	1.14
***************
*** 4,7 ****
--- 4,10 ----
 import handler
 
+ from _exceptions import SAXNotSupportedException, SAXNotRecognizedException
+ 
+ 
 # ===== XMLREADER =====
 

AltStyle によって変換されたページ (->オリジナル) /