cpython/Lib/xml/sax
Serhiy Storchaka 7423903eee Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
characters() and ignorableWhitespace() methods.  Original patch by Sebastian
Ortiz Vasquez.
2013-05-12 17:29:34 +03:00
..
__init__.py replace has_key with 'in' operator 2009-10-09 22:15:50 +00:00
_exceptions.py Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:27:37 +02:00
expatreader.py Issue #11159: SAX parser now supports unicode file names. 2013-02-02 10:28:30 +02:00
handler.py expunge the xmlcore changes: 2006-07-29 16:56:15 +00:00
saxutils.py Issue #17606: Fixed support of encoded byte strings in the XMLGenerator 2013-05-12 17:29:34 +03:00
xmlreader.py Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:27:37 +02:00