From: Fred Drake Date: Sat, 21 Jul 2001 12:25:10 +0000 (+0000) Subject: Add item about the new xml.sax.saxutils.quoteaddr() function. X-Git-Tag: v2.2a3~1001 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7cea6324ae24b81668185a8c6186447559e4263;p=thirdparty%2FPython%2Fcpython.git Add item about the new xml.sax.saxutils.quoteaddr() function. --- diff --git a/Misc/NEWS b/Misc/NEWS index 987340190a4f..643564e9a091 100644 --- 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