commit | 27cc8e1dd2846ff8df18b5d776192d4f99354a26 | [log] [tgz] |
---|---|---|
author | Jesse Noller <jnoller@gmail.com> | Mon Sep 01 16:47:25 2008 +0000 |
committer | Jesse Noller <jnoller@gmail.com> | Mon Sep 01 16:47:25 2008 +0000 |
tree | f6b1a93f23b79f699cbda7862089e72f418e18d7 | |
parent | 34bfda55d23e90a085be95622263aa1f32bc5c27 [diff] [blame] |
Submit Nick's patch for issue 3589, reviewed by jnoller
diff --git a/Lib/multiprocessing/util.py b/Lib/multiprocessing/util.py index 7d53512..c3e811c 100644 --- a/Lib/multiprocessing/util.py +++ b/Lib/multiprocessing/util.py
@@ -54,7 +54,7 @@ def get_logger(): ''' - Returns logger used by multiprocessing + Return package logger -- if it does not already exist then it is created ''' global _logger