[Python-checkins] python/dist/src/Lib/xml/sax handler.py,1.9,1.10 saxutils.py,1.20,1.21

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
2003年4月24日 09:02:58 -0700


Update of /cvsroot/python/python/dist/src/Lib/xml/sax
In directory sc8-pr-cvs1:/tmp/cvs-serv21022/Lib/xml/sax
Modified Files:
	handler.py saxutils.py 
Log Message:
Whitespace normalization.
Index: handler.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/xml/sax/handler.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** handler.py	30 Jun 2002 07:38:50 -0000	1.9
--- handler.py	24 Apr 2003 16:02:54 -0000	1.10
***************
*** 327,331 ****
 # read: return the current encoding (possibly established through
 # auto-detection.
! # initial value: UTF-8 
 #
 
--- 327,331 ----
 # read: return the current encoding (possibly established through
 # auto-detection.
! # initial value: UTF-8
 #
 
Index: saxutils.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/xml/sax/saxutils.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** saxutils.py	28 Oct 2002 18:09:41 -0000	1.20
--- saxutils.py	24 Apr 2003 16:02:54 -0000	1.21
***************
*** 21,25 ****
 def escape(data, entities={}):
 """Escape &, <, and > in a string of data.
! 
 You can escape other strings of data by passing a dictionary as
 the optional entities parameter. The keys and values must all be
--- 21,25 ----
 def escape(data, entities={}):
 """Escape &, <, and > in a string of data.
! 
 You can escape other strings of data by passing a dictionary as
 the optional entities parameter. The keys and values must all be

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