This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2.4
cpython
/
Lib
/
xml
/
sax
History
Andrew M. Kuchling
3337cfdc4a
[Bug
#1472827
] Correctly escape newlines and tabs in attribute values in saxutils.XMLGenerator
2006-06-09 14:00:15 +00:00
..
__init__.py
…
_exceptions.py
Whitespace normalization, via reindent.py.
2004-07-18 06:16:08 +00:00
expatreader.py
Swap public and system ID in start_doctype_decl.
Fixes
#780300
.
2004-05-06 01:54:36 +00:00
handler.py
fix documentation for ContentHandler.ignorableWhitespace()
2004-05-06 03:47:48 +00:00
saxutils.py
[Bug
#1472827
] Correctly escape newlines and tabs in attribute values in saxutils.XMLGenerator
2006-06-09 14:00:15 +00:00
xmlreader.py
…