From 6be88dabcb89c8f86e88fa6852aa29bbc680668e Mon Sep 17 00:00:00 2001 From: Jesse Noller Date: Tue, 31 Mar 2009 18:39:39 +0000 Subject: [PATCH] Merged revisions 70852 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r70852 | jesse.noller | 2009-03-31 13:27:14 -0500 (Tue, 31 Mar 2009) | 1 line missed the news/acks for netbsd patch ........ --- Misc/ACKS | 1 + Misc/NEWS | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Misc/ACKS b/Misc/ACKS index de195401e1..a0166a522b 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -479,6 +479,7 @@ James A Morrison Sjoerd Mullender Sape Mullender Michael Muller +Piotr Meyer John Nagle Takahiro Nakayama Travers Naran diff --git a/Misc/NEWS b/Misc/NEWS index af6fc23a37..b3befb0f9f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -92,6 +92,8 @@ Core and Builtins Library ------- +- Issue #5400: Added patch for multiprocessing on netbsd compilation/support + - Fix and properly document the multiprocessing module's logging support, expose the internal levels and provide proper usage examples. -- 2.49.0