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-09-19 23:20:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9
b2bc4df40c
cpython
/
Lib
/
html
History
Download ZIP
Download TAR.GZ
Ezio Melotti
88ebfb129b
#15114
: The html.parser module now raises a DeprecationWarning when the strict argument of HTMLParser or the HTMLParser.error method are used.
2013-11-02 17:08:24 +02:00
..
__init__.py
#18020
: improve html.escape speed by an order of magnitude. Patch by Matt Bryant.
2013-07-07 11:11:24 +02:00
entities.py
parser.py
#15114
: The html.parser module now raises a DeprecationWarning when the strict argument of HTMLParser or the HTMLParser.error method are used.
2013-11-02 17:08:24 +02:00