This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
335e14dd1a
cpython
/
Lib
/
html
History
Ezio Melotti
95401c5f6b
#13633
: Added a new convert_charrefs keyword arg to HTMLParser that, when True, automatically converts all character references.
2013-11-23 19:52:05 +02:00
..
__init__.py
#2927
: Added the unescape() function to the html module.
2013-11-19 20:28:45 +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
#13633
: Added a new convert_charrefs keyword arg to HTMLParser that, when True, automatically converts all character references.
2013-11-23 19:52:05 +02:00