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-08-30 21:48:47 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9
e50959a58e
cpython
/
Lib
/
xml
History
Download ZIP
Download TAR.GZ
Fred Drake
e50959a58e
Fix appendChild() and insertBefore() (and replaceChild() indirectly) when
...
the node being added is a fragment node. This closes SF bug
#487929
.
2001-12-06 04:32:18 +00:00
..
dom
Fix appendChild() and insertBefore() (and replaceChild() indirectly) when
2001-12-06 04:32:18 +00:00
parsers
Add a wrapper around the pyexpat module, making the "public" name of
2000-09-23 04:44:43 +00:00
sax
Make sure XMLGenerator uses quoteattr() instead of escape() to quote
2001-08-07 19:14:46 +00:00
__init__.py
Arghh. Fix typo.
2001-03-27 21:38:15 +00:00