Vinay Sajip <vinay_sa...@yahoo.co.uk> added the comment:

It's structured the way it is for two reasons:
 1. IMO It's better (more readable) to have the simpler case in the "then" 
clause and the more complicated case in the "else" clause.
 2. If multiprocessing is not used, the process name needs to be set anyway to 
"MainProcess". So, I've structured it so the assignment is in just one place.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8200>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to