]> granicus.if.org Git - python/commit
Issue #1285086: Get rid of the refcounting hack and speed up
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 14 Mar 2013 19:31:37 +0000 (21:31 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 14 Mar 2013 19:31:37 +0000 (21:31 +0200)
commit8ea4616f16c8f89289e73849880499ef309ce18a
tree56df4eed0eda51947684a7b4ce894acb8741571c
parent3b220e11eb8e4768cbdef076d0ac133aaf4a2248
Issue #1285086: Get rid of the refcounting hack and speed up
urllib.parse.unquote() and urllib.parse.unquote_to_bytes().
Lib/urllib/parse.py
Misc/NEWS