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-07-16 07:45:20 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
1d922d0ce9
cpython
/
Lib
/
html
History
Download ZIP
Download TAR.GZ
Ezio Melotti
6fc16d81af
#21047
: set the default value for the *convert_charrefs* argument of HTMLParser to True. Patch by Berker Peksag.
2014-08-02 18:36:12 +03:00
..
__init__.py
#2927
: Added the unescape() function to the html module.
2013-11-19 20:28:45 +02:00
entities.py
Add an __all__ to html.entities.
2014-08-02 15:15:02 +03:00
parser.py
#21047
: set the default value for the *convert_charrefs* argument of HTMLParser to True. Patch by Berker Peksag.
2014-08-02 18:36:12 +03:00