]> granicus.if.org Git - python/commitdiff
Add item about the new xml.sax.saxutils.quoteaddr() function.
authorFred Drake <fdrake@acm.org>
Sat, 21 Jul 2001 12:25:10 +0000 (12:25 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 21 Jul 2001 12:25:10 +0000 (12:25 +0000)
Misc/NEWS

index 987340190a4fd08314896d651d52a8e992066be6..643564e9a09139aae099254fdc9355fd2a501029 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,10 @@ Core
 
 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
 
 C API