diff options
author | Raymond Hettinger <python@rcn.com> | 2012-03-16 08:18:33 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2012-03-16 08:18:33 (GMT) |
commit | e60d2d99114aa9e812bc9e6f1273b3002b61c3aa (patch) | |
tree | 16588795d42b567caa77d172505ae44baff78a6f /Misc | |
parent | ec0e91045ef57e023cb57db7ef017a1ad79f4bdd (diff) | |
parent | 209d70e57957779e5b94e772a70e00a6425a1aaf (diff) | |
download | cpython-e60d2d99114aa9e812bc9e6f1273b3002b61c3aa.zip cpython-e60d2d99114aa9e812bc9e6f1273b3002b61c3aa.tar.gz cpython-e60d2d99114aa9e812bc9e6f1273b3002b61c3aa.tar.bz2 |
merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ Core and Builtins 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. |