summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-07-21 12:25:10 (GMT)
committerFred Drake <fdrake@acm.org>2001-07-21 12:25:10 (GMT)
commitb7cea6324ae24b81668185a8c6186447559e4263 (patch)
tree78110dca1c61b2d1252d057b7e8025ad7e3401b5 /Misc
parentba247a6bbb3436a9228ded7e2ee253269b465638 (diff)
downloadcpython-b7cea6324ae24b81668185a8c6186447559e4263.zip
cpython-b7cea6324ae24b81668185a8c6186447559e4263.tar.gz
cpython-b7cea6324ae24b81668185a8c6186447559e4263.tar.bz2
Add item about the new xml.sax.saxutils.quoteaddr() function.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9873401..643564e 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