On 10/13/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Greg> All right then, how about putting it in a module called > Greg> threadutils or something like that, which is clearly related to > Greg> threading, but is open for the addition of future thread-related > Greg> features that might arise. > > Then Lock, RLock, Semaphore, etc belong there instead of in threading don't > they?
No. Locks and semaphores are the lowest-level threading primitives. They go in the basic module. -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com