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 terry.reedy
Recipients berker.peksag, brett.cannon, larry, pitrou, rhettinger, serhiy.storchaka, terry.reedy
Date 2015-06-12.18:39:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434134384.67.0.0164047870385.issue24391@psf.upfronthosting.co.za>
In-reply-to
Content
The Semaphore and BoundedSemphore examples show why including the module is helpful.  I prefer the function-call syntax, as long as it is accurate, even though the string as a whole cannot be eval()-ed.  In any case, threading and multiprocessing are somewhat 'parallel' modules, so their reps should follow the same pattern.
History
Date User Action Args
2015-06-12 18:39:44terry.reedysetrecipients: + terry.reedy, brett.cannon, rhettinger, pitrou, larry, berker.peksag, serhiy.storchaka
2015-06-12 18:39:44terry.reedysetmessageid: <1434134384.67.0.0164047870385.issue24391@psf.upfronthosting.co.za>
2015-06-12 18:39:44terry.reedylinkissue24391 messages
2015-06-12 18:39:44terry.reedycreate