]> granicus.if.org Git - python/commit
#670664: Fix HTMLParser to correctly handle the content of ``<script>...</script...
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 1 Nov 2011 12:12:22 +0000 (14:12 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 1 Nov 2011 12:12:22 +0000 (14:12 +0200)
commit7de56f6a04ab60010b3e2185752b3ddf681d068d
treebc342dd5fe10f3d8a641375ac9410cbb66e5b1f1
parent4bfe03a42e4cc7e0c0504db520c6d68b302d67bd
#670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``.
Doc/library/html.parser.rst
Lib/html/parser.py
Lib/test/test_htmlparser.py
Misc/NEWS