http://hg.python.org/cpython/rev/89a5169f2979 changeset: 78924:89a5169f2979 branch: 3.2 parent: 78922:27d410dd5431 user: Alexander Belopolsky <alexander.belopolsky at gmail.com> date: Sun Sep 09 13:22:45 2012 -0400 summary: Fixed whitespace files: Lib/multiprocessing/util.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Lib/multiprocessing/util.py b/Lib/multiprocessing/util.py --- a/Lib/multiprocessing/util.py +++ b/Lib/multiprocessing/util.py @@ -252,7 +252,7 @@ # destroyed. See the _exit_function function in this module for more # notes. return - + if minpriority is None: f = lambda p : p[0][0] is not None else: -- Repository URL: http://hg.python.org/cpython