[Python-checkins] python/dist/src/Misc ACKS,1.212,1.213 NEWS,1.503,1.504

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sat, 26 Oct 2002 07:50:48 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv29237/Misc

Modified Files:
	ACKS NEWS 
Log Message:
Patch #613256: Add nescape method to xml.sax.saxutils.


Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.212
retrieving revision 1.213
diff -C2 -d -r1.212 -r1.213
*** ACKS	26 Oct 2002 14:43:07 -0000	1.212
--- ACKS	26 Oct 2002 14:50:45 -0000	1.213
***************
*** 57,60 ****
--- 57,61 ----
  Finn Bock
  Paul Boddie
+ Matthew Boedicker
  David Bolen
  Jurjen Bos

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.503
retrieving revision 1.504
diff -C2 -d -r1.503 -r1.504
*** NEWS	26 Oct 2002 14:42:02 -0000	1.503
--- NEWS	26 Oct 2002 14:50:45 -0000	1.504
***************
*** 353,356 ****
--- 353,359 ----
  -------
  
+ - xml.sax.saxutils.unescape has been added, to replace entity references
+   with their entity value.
+ 
  - Queue.Queue.{put,get} now support an optional timeout argument.