summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-02-10 08:50:49 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-02-10 08:50:49 (GMT)
commit176630ec1968e4467f8bd45745c6e402760be072 (patch)
treea0feefcce4ac357f17cd0fd5db54ca1881567e37 /Misc
parent9f90a731eb9a09e9e2fc022800475ff22206ac01 (diff)
parentfa3702dc28fa8aef291785c560832c9af60305a8 (diff)
downloadcpython-176630ec1968e4467f8bd45745c6e402760be072.zip
cpython-176630ec1968e4467f8bd45745c6e402760be072.tar.gz
cpython-176630ec1968e4467f8bd45745c6e402760be072.tar.bz2
#13960: merge with 3.2.
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 a14fe6a..e2fa04f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -466,6 +466,9 @@ Core and Builtins
Library
-------
+- Issue #13960: HTMLParser is now able to handle broken comments when
+ strict=False.
+
- Issue #13921: Undocument and clean up sqlite3.OptimizedUnicode,
which is obsolete in Python 3.x. It's now aliased to str for
backwards compatibility.
@@ -498,7 +501,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 #13734: Add os.fwalk(), a directory walking function yielding file