summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2012-03-16 08:18:33 (GMT)
committerRaymond Hettinger <python@rcn.com>2012-03-16 08:18:33 (GMT)
commite60d2d99114aa9e812bc9e6f1273b3002b61c3aa (patch)
tree16588795d42b567caa77d172505ae44baff78a6f /Misc
parentec0e91045ef57e023cb57db7ef017a1ad79f4bdd (diff)
parent209d70e57957779e5b94e772a70e00a6425a1aaf (diff)
downloadcpython-e60d2d99114aa9e812bc9e6f1273b3002b61c3aa.zip
cpython-e60d2d99114aa9e812bc9e6f1273b3002b61c3aa.tar.gz
cpython-e60d2d99114aa9e812bc9e6f1273b3002b61c3aa.tar.bz2
merge
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2f424e6..7843459 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.