]> 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:09:56 +0000 (14:09 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 1 Nov 2011 12:09:56 +0000 (14:09 +0200)
commit7e82b276dd5c1f786e7bd3c1554ac2017a909ab9
tree93fdd9d701f045ebd6afc9e3b746b2fb1eec1ae9
parent1f3b84f9713c8752ffdd2cb6141a731128fe0e14
#670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``.
Doc/library/htmlparser.rst
Lib/HTMLParser.py
Lib/test/test_htmlparser.py
Misc/NEWS