summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2009-10-16 14:06:44 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2009-10-16 14:06:44 (GMT)
commit96d4aa3fca0b5001f5e346dd836f9c48e5954dbb (patch)
tree63beeb95ca647e12af770f2a8e2376158cd4d774 /Misc
parent42e30556e56947a83130165be3bcac1d2707c8cd (diff)
downloadcpython-96d4aa3fca0b5001f5e346dd836f9c48e5954dbb.zip
cpython-96d4aa3fca0b5001f5e346dd836f9c48e5954dbb.tar.gz
cpython-96d4aa3fca0b5001f5e346dd836f9c48e5954dbb.tar.bz2
Issue #7120: logging: Removed import of multiprocessing which is causing crash in GAE.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4a82a5e..e0dd0cc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 3.2 Alpha 1?
Core and Builtins
-----------------
+- Issue #7120: logging: Removed import of multiprocessing which is causing
+ crash in GAE.
+
- Issue #1754094: Improve the stack depth calculation in the compiler.
There should be no other effect than a small decrease in memory use.
Patch by Christopher Tur Lesniewski-Laas.
@@ -94,11 +97,11 @@ C-API
Library
-------
-- Issue #6894: Fixed the issue urllib2 doesn't respect "no_proxy" environment
+- Issue #6894: Fixed the issue urllib2 doesn't respect "no_proxy" environment
- Issue #7086: Added TCP support to SysLogHandler, and tidied up some
anachronisms in the code which were a relic of 1.5.2 compatibility.
-
+
- Issue #7082: When falling back to the MIME 'name' parameter, the
correct place to look for it is the Content-Type header.
@@ -1116,7 +1119,7 @@ Core and Builtins
Library
-------
-- Issue #6516: Added owner/group support when creating tar archives in
+- Issue #6516: Added owner/group support when creating tar archives in
Distutils.
- Issue #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils.