summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-05-01 13:18:25 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-05-01 13:18:25 (GMT)
commit8e596a765cf323cbd2ba31b15f2939f903d87913 (patch)
tree184a1f476856981e2aee50ee2ec9939994916ce6 /Misc
parenta771a1b48e7fcf73b13e905f87f319fcd4cb25b2 (diff)
downloadcpython-8e596a765cf323cbd2ba31b15f2939f903d87913.zip
cpython-8e596a765cf323cbd2ba31b15f2939f903d87913.tar.gz
cpython-8e596a765cf323cbd2ba31b15f2939f903d87913.tar.bz2
#17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Barlow.
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 10f00a4..465ca10 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,9 @@ Core and Builtins
Library
-------
+- Issue #17802: Fix an UnboundLocalError in html.parser. Initial tests by
+ Thomas Barlow.
+
- Issue #17192: Restore the patch for Issue #11729 which was ommitted in
3.3.1 when updating the bundled version of libffi used by ctypes. Update
many libffi files that were missed in 3.3.1's update to libffi-3.0.13.