cpython/Lib/xml/sax
Fred Drake dad91dd1e9 Make sure XMLGenerator uses quoteattr() instead of escape() to quote
attribute values.  Just using escape() can (and always has) led to broken
XML being generated.  This makes sure it always produces the right thing.

This actually closes SF bug #440351.
2001-08-07 19:14:46 +00:00
..
__init__.py Add dead imports of modules that are "magically" imported. 2001-07-31 08:54:55 +00:00
_exceptions.py Synchronize with 1.6 of PyXML: 2001-03-22 15:34:02 +00:00
expatreader.py Get the whitespace right! 2001-07-30 22:41:23 +00:00
handler.py Make reindent.py happy (lots of trailing whitespace removed). 2000-10-23 18:09:50 +00:00
saxutils.py Make sure XMLGenerator uses quoteattr() instead of escape() to quote 2001-08-07 19:14:46 +00:00
xmlreader.py Previous check-in was by mistake, undo it. 2001-06-07 05:52:17 +00:00