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

This commit is contained in:
Fred Drake 2001-07-21 12:25:10 +00:00
parent ba247a6bbb
commit b7cea6324a
1 changed files with 4 additions and 0 deletions

View File

@ -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