diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-10-28 10:21:09 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-10-28 10:21:09 (GMT) |
commit | f50ffa94abe67c6ef5e615198af15f72e7cd2a9b (patch) | |
tree | d37cac5185ec2d8de23e854ff6dddd0bfb54cb49 /Misc | |
parent | 0b85cd06808cf9b865f91b3cf00796ab3f87914a (diff) | |
download | cpython-f50ffa94abe67c6ef5e615198af15f72e7cd2a9b.zip cpython-f50ffa94abe67c6ef5e615198af15f72e7cd2a9b.tar.gz cpython-f50ffa94abe67c6ef5e615198af15f72e7cd2a9b.tar.bz2 |
#13273: fix a bug that prevented HTMLParser to properly detect some tags when strict=False.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -61,6 +61,9 @@ Core and Builtins Library ------- +- Issue #13273: fix a bug that prevented HTMLParser to properly detect some + tags when strict=False. + - Issue #10332: multiprocessing: fix a race condition when a Pool is closed before all tasks have completed. |