summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-02-13 09:42:29 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-02-13 09:42:29 (GMT)
commitd1c7b1afe8eb49bc7ef3bbcae391e763c695d195 (patch)
tree17bde3d8ec72d0cc666594ea2df9b35743f5265c /Misc
parent3dc74c0a9d8ede7dd46715a2074dfad1edc78742 (diff)
parent5211ffe4df8ea41423c1a37635f7c1263a1db754 (diff)
downloadcpython-d1c7b1afe8eb49bc7ef3bbcae391e763c695d195.zip
cpython-d1c7b1afe8eb49bc7ef3bbcae391e763c695d195.tar.gz
cpython-d1c7b1afe8eb49bc7ef3bbcae391e763c695d195.tar.bz2
#13993: merge with 3.2.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 29d17fd..5503ee9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -466,6 +466,9 @@ Core and Builtins
Library
-------
+- Issue #13993: HTMLParser is now able to handle broken end tags when
+ strict=False.
+
- Issue #13930: lib2to3 now supports writing converted output files to another
directory tree as well as copying unchanged files and altering the file
suffix.