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 ncoghlan
Recipients barry, benjamin.peterson, jnoller, mishok13, ncoghlan, pitrou
Date 2008-09-01.21:32:34
SpamBayes Score 0.0009774917
Marked as misclassified No
Message-id <1220304755.74.0.735228544046.issue3352@psf.upfronthosting.co.za>
In-reply-to
Content
Regarding the factory functions that are named as if they were classes,
Fredrik noted on python-dev that the ones from the threading module are
explicitly documented as being factory functions, and the
multiprocessing API really just follows that example (note that without
applying the patch from issue 3589, all of the names that are factory
functions in the threading API are also factory functions in the
multiprocessing API).

So perhaps the best course at this stage is to just leave these alone
for 2.6/3.0?
History
Date User Action Args
2008-09-01 21:32:35ncoghlansetrecipients: + ncoghlan, barry, pitrou, benjamin.peterson, jnoller, mishok13
2008-09-01 21:32:35ncoghlansetmessageid: <1220304755.74.0.735228544046.issue3352@psf.upfronthosting.co.za>
2008-09-01 21:32:35ncoghlanlinkissue3352 messages
2008-09-01 21:32:34ncoghlancreate