cpython/Lib/xml/sax
Serhiy Storchaka 2116b12da5 Issue #23865: close() methods in multiple modules now are idempotent and more
robust at shutdown. If needs to release multiple resources, they are released
even if errors are occured.
2015-04-10 13:29:28 +03:00
..
__init__.py Issue #10590: xml.sax.parseString() now supports string argument. 2015-04-04 10:12:26 +03:00
_exceptions.py
expatreader.py Issue #23865: close() methods in multiple modules now are idempotent and more 2015-04-10 13:29:28 +03:00
handler.py
saxutils.py
xmlreader.py