[Python-checkins] CVS: python/dist/src/Misc NEWS,1.194,1.195

Fred L. Drake fdrake@users.sourceforge.net
Sat, 21 Jul 2001 05:25:12 -0700


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

Modified Files:
	NEWS 
Log Message:

Add item about the new xml.sax.saxutils.quoteaddr() function.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.194
retrieving revision 1.195
diff -C2 -r1.194 -r1.195
*** NEWS	2001/07/21 02:31:40	1.194
--- NEWS	2001/07/21 12:25:10	1.195
***************
*** 11,14 ****
--- 11,18 ----
  Library
  
+ - New function xml.sax.saxutils.quoteattr():  Quote an XML attribute
+   value using the minimal quoting required for the value; more
+   reliable than using xml.sax.saxutils.escape() for attribute values.
+ 
  New platforms