summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2011-01-30 01:24:08 +0000
committerNick Coghlan <ncoghlan@gmail.com>2011-01-30 01:24:08 +0000
commit3015dbf747a1bb3da52c590b2448fb9301d6996b (patch)
tree56e35a8eb6656315a319999edd9ac2144295a334 /Misc
parentc8010b8599a5e640edbbdddd6191e1cfbe763c6a (diff)
downloadcpython-3015dbf747a1bb3da52c590b2448fb9301d6996b.tar.gz
Issue #10845: Improve compatibility between multiprocessing on Windows and package, zipfile and directory execution (Reviewed by Antoine Pitrou and approved by Georg Brandl)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ed7e5de35f..57b2440eda 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,10 @@ Core and Builtins
Library
-------
+- Issue #10845: Mitigate the incompatibility between the multiprocessing
+ module on Windows and the use of package, zipfile or directory execution
+ by special casing main modules that actually *are* called __main__.py.
+
- Issue #11045: Protect logging call against None argument.
- Issue #11052: Correct IDLE menu accelerators on Mac OS X for Save