diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -341,6 +341,8 @@ Core and Builtins Library ------- +- Issue #13258: Use callable() built-in in the standard library. + - Issue #13273: fix a bug that prevented HTMLParser to properly detect some tags when strict=False. |