This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-07-23 11:15:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
15
388c945e97
cpython
/
Lib
/
xml
History
Download ZIP
Download TAR.GZ
Victor Stinner
bbdc08ea6e
Issue
#12451
: xml.dom.pulldom: parse() now opens files in binary mode instead
...
of the text mode (using the locale encoding) to avoid encoding issues.
2011-07-04 01:25:55 +02:00
..
dom
Issue
#12451
: xml.dom.pulldom: parse() now opens files in binary mode instead
2011-07-04 01:25:55 +02:00
etree
Issue
#12451
: The XInclude default loader of xml.etree now decodes files from
2011-06-30 18:10:14 +02:00
parsers
#5355
followup: add unit test for new dictionaries, and provide submodules from xml.parsers.expat as advertised.
2010-10-15 15:25:23 +00:00
sax
close the source's byte stream
2010-10-31 20:03:32 +00:00
__init__.py
Stop trying to use _xmlplus in the xml module.
Closes
#11164
.
2011-05-09 08:05:43 +02:00