This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients chris.jerdonek, flox, vinay.sajip
Date 2010-03-22.15:39:55
SpamBayes Score 0.0015087925
Marked as misclassified No
Message-id <1269272396.53.0.760077931051.issue8200@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-03-22 15:39:56vinay.sajipsetrecipients: + vinay.sajip, flox, chris.jerdonek
2010-03-22 15:39:56vinay.sajipsetmessageid: <1269272396.53.0.760077931051.issue8200@psf.upfronthosting.co.za>
2010-03-22 15:39:55vinay.sajiplinkissue8200 messages
2010-03-22 15:39:55vinay.sajipcreate