summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-02-10 08:45:44 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-02-10 08:45:44 (GMT)
commitfa3702dc28fa8aef291785c560832c9af60305a8 (patch)
tree3f83918e3a492d96c097ea85df7fda26559ab43d /Misc
parent5b14d732d8790a6a19cc8aa410740575ff94c85a (diff)
downloadcpython-fa3702dc28fa8aef291785c560832c9af60305a8.zip
cpython-fa3702dc28fa8aef291785c560832c9af60305a8.tar.gz
cpython-fa3702dc28fa8aef291785c560832c9af60305a8.tar.bz2
#13960: HTMLParser is now able to handle broken comments when strict=False.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 487b46f..d1f9ab0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -113,6 +113,9 @@ Core and Builtins
Library
-------
+- Issue #13960: HTMLParser is now able to handle broken comments when
+ strict=False.
+
- Issue #9021: Add an introduction to the copy module documentation.
- Issue #6005: Examples in the socket library documentation use sendall, where
@@ -123,7 +126,7 @@ Library
- Issue #10881: Fix test_site failure with OS X framework builds.
-- Issue #964437 Make IDLE help window non-modal.
+- Issue #964437: Make IDLE help window non-modal.
Patch by Guilherme Polo and Roger Serwy.
- Issue #2945: Make the distutils upload command aware of bdist_rpm products.