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
88ebfb129b59dc8a2b855fc93fcf32457128d64d
cpython
/
Lib
/
html
History
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
#16245
: Fix the value of a few entities in html.entities.html5.
2012-10-23 15:51:27 +02:00
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