From: Raymond Hettinger Date: Fri, 16 Mar 2012 08:18:33 +0000 (-0700) Subject: merge X-Git-Tag: v3.3.0a2~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e60d2d99114aa9e812bc9e6f1273b3002b61c3aa;p=python merge --- e60d2d99114aa9e812bc9e6f1273b3002b61c3aa diff --cc Misc/NEWS index 2f424e6e26,13be4bba26..7843459c34 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -24,10 -24,10 +24,12 @@@ Core and Builtin Library ------- + - Issue #10484: Fix the CGIHTTPServer's PATH_INFO handling problem. + - Issue #11199: Fix the with urllib which hangs on particular ftp urls. +- Improve the memory utilization and speed of functools.lru_cache. + - Issue #14222: Use the new time.steady() function instead of time.time() for timeout in queue and threading modules to not be affected of system time update.