commit | af87f9f09f264d64ca564efd6818a1d0d7248a31 | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Mon May 17 13:35:09 2010 +0000 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Mon May 17 13:35:09 2010 +0000 |
tree | f8041024c5e6240e64f3aa11d8719e9135175e5f | |
parent | 4fc2a008b8350401baafbe439957936b670592e2 [diff] [blame] |
Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases.
diff --git a/Misc/NEWS b/Misc/NEWS index 1a45c17..d2ceb22 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -15,6 +15,8 @@ Library ------- +- Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases. + - Issue #8688: Distutils now recalculates MANIFEST everytime. - Issue #5099: subprocess.Popen's __del__ method (and the methods it calls)