commit | f50ffa94abe67c6ef5e615198af15f72e7cd2a9b | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Fri Oct 28 13:21:09 2011 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Fri Oct 28 13:21:09 2011 +0300 |
tree | d37cac5185ec2d8de23e854ff6dddd0bfb54cb49 | |
parent | 0b85cd06808cf9b865f91b3cf00796ab3f87914a [diff] [blame] |
#13273: fix a bug that prevented HTMLParser to properly detect some tags when strict=False.
diff --git a/Misc/NEWS b/Misc/NEWS index cd8c9bf..6be52fb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -61,6 +61,9 @@ 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.