summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-11-01 12:12:22 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-11-01 12:12:22 (GMT)
commit7de56f6a04ab60010b3e2185752b3ddf681d068d (patch)
treebc342dd5fe10f3d8a641375ac9410cbb66e5b1f1 /Misc
parent4bfe03a42e4cc7e0c0504db520c6d68b302d67bd (diff)
downloadcpython-7de56f6a04ab60010b3e2185752b3ddf681d068d.zip
cpython-7de56f6a04ab60010b3e2185752b3ddf681d068d.tar.gz
cpython-7de56f6a04ab60010b3e2185752b3ddf681d068d.tar.bz2
#670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 63a3790..657c802 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,10 +66,13 @@ Core and Builtins
Library
-------
-- Issue 10817: Fix urlretrieve function to raise ContentTooShortError even
+- Issue #670664: Fix HTMLParser to correctly handle the content of
+ ``<script>...</script>`` and ``<style>...</style>``.
+
+- Issue #10817: Fix urlretrieve function to raise ContentTooShortError even
when reporthook is None. Patch by Jyrki Pulliainen.
-- Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.
+- Issue #13296: Fix IDLE to clear compile __future__ flags on shell restart.
(Patch by Roger Serwy)
- Issue #13293: Better error message when trying to marshal bytes using