Apparently the code to forestall Tk eating events was too aggressive (Tk user input...
[python/dscho.git] / Lib / xml / parsers / __init__.py
blobeb314a3b40573763835ad959acff985fad014537
1 """Python interfaces to XML parsers.
3 This package contains one module:
5 expat -- Python wrapper for James Clark's Expat parser, with namespace
6 support.
8 """