commit | 923baea9f921e829ece677e32c45a1a91acb3bef | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Mar 14 21:31:09 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Mar 14 21:31:09 2013 +0200 |
tree | f503062af1d35b86f71102e2e7aaddb0aa7923a5 | |
parent | 2556c8388c950cd5d41d57251c1471c7bed3bb4b [diff] [blame] |
Issue #1285086: Get rid of the refcounting hack and speed up urllib.unquote().
diff --git a/Misc/NEWS b/Misc/NEWS index ae0402b..10c3bd0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -214,6 +214,8 @@ Library ------- +- Issue #1285086: Get rid of the refcounting hack and speed up urllib.unquote(). + - Issue #17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified.