This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
37623ab5f1
cpython
/
Lib
/
xml
History
Andrew Svetlov
f7a17b48d7
Replace IOError with OSError (
#16715
)
2012-12-25 16:47:37 +02:00
..
dom
Issue
#15296
: Fix minidom.toxml/toprettyxml for non-unicode encodings. Patch by Serhiy Storchaka, with some minor style adjustments by me.
2012-07-13 09:52:39 +03:00
etree
Replace IOError with OSError (
#16715
)
2012-12-25 16:47:37 +02:00
parsers
…
sax
Issue
#16714
: use 'raise' exceptions, don't 'throw'.
2012-12-18 21:14:22 +02:00
__init__.py
…