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
d437012cdd
cpython
/
Lib
/
xml
History
Stefan Behnel
e8113f51a8
bpo-30485: Change the prefix for defining the default namespace in ElementPath from None to '' since there is existing code that uses that and it's more convenient to have an all-string-keys dict (e.g. when sorting items etc.). (
#12860
)
2019-04-18 19:05:03 +02:00
..
dom
bpo-36407: Fix writing indentations of CDATA section (xml.dom.minidom). (GH-12514)
2019-03-27 07:58:49 +02:00
etree
bpo-30485: Change the prefix for defining the default namespace in ElementPath from None to '' since there is existing code that uses that and it's more convenient to have an all-string-keys dict (e.g. when sorting items etc.). (
#12860
)
2019-04-18 19:05:03 +02:00
parsers
…
sax
bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564)
2019-04-14 11:16:54 +02:00
__init__.py
…