diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-05-01 13:18:25 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-05-01 13:18:25 (GMT) |
commit | 8e596a765cf323cbd2ba31b15f2939f903d87913 (patch) | |
tree | 184a1f476856981e2aee50ee2ec9939994916ce6 /Misc | |
parent | a771a1b48e7fcf73b13e905f87f319fcd4cb25b2 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |