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-02 16:13:13 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
9204bb72a2
cpython
/
Lib
/
xml
History
Download ZIP
Download TAR.GZ
Jannis Vajen
345572a1a0
bpo-46786: Make ElementTree write the HTML tags embed, source, track, wbr as empty tags (GH-31406)
...
See
https://html.spec.whatwg.org/multipage/syntax.html#void-elements
for reference.
2022-02-27 15:25:54 +01:00
..
dom
bpo-45132 Remove deprecated __getitem__ methods (GH-28225)
2021-09-08 13:07:40 +03:00
etree
bpo-46786: Make ElementTree write the HTML tags embed, source, track, wbr as empty tags (GH-31406)
2022-02-27 15:25:54 +01:00
parsers
sax
bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958)
2020-08-09 12:50:53 +02:00
__init__.py