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-24 11:44:31 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
cb67ea1d6e
cpython
/
Lib
/
xml
/
dom
History
Download ZIP
Download TAR.GZ
Martin v. Löwis
cb67ea1d6e
Initialize Attr.value with empty string in createAttribute*, as per DOM
...
spec. Closes bug
#412036
. Also reindent toprettyxml.
2001-03-31 16:30:40 +00:00
..
__init__.py
Patch
#103885
: Add dynamic registration and lookup of DOM implementations.
2001-02-22 14:05:50 +00:00
domreg.py
Patch
#103885
: Add dynamic registration and lookup of DOM implementations.
2001-02-22 14:05:50 +00:00
minidom.py
Initialize Attr.value with empty string in createAttribute*, as per DOM
2001-03-31 16:30:40 +00:00
pulldom.py
When creating an attribute node using createAttribute() or
2001-03-23 04:39:24 +00:00