This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
12b66b5217
cpython
/
Lib
/
html
History
Ezio Melotti
7de56f6a04
#670664
: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``.
2011-11-01 14:12:22 +02:00
..
__init__.py
Fix issue12938 - Update the docstring of html.escape. Include the information on single quote.
2011-09-13 07:14:13 +08:00
entities.py
rename HTMLParser to html.parser and htmlentitydefs to html.entities;
2008-05-17 22:02:32 +00:00
parser.py
#670664
: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``.
2011-11-01 14:12:22 +02:00