diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2011-01-30 01:24:08 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2011-01-30 01:24:08 (GMT) |
commit | 793ee1f8a826d93b1f0243644fbf2b1b185eb96b (patch) | |
tree | 609c8582a76fad966eaaf0a15b764967741d5942 /Misc | |
parent | c7bb159acd330c3dfb299eebe3340bbdd18bdd85 (diff) | |
download | cpython-793ee1f8a826d93b1f0243644fbf2b1b185eb96b.zip cpython-793ee1f8a826d93b1f0243644fbf2b1b185eb96b.tar.gz cpython-793ee1f8a826d93b1f0243644fbf2b1b185eb96b.tar.bz2 |
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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |