[Python-Dev] Autoloading? (Making Queue.Queue easier to use) (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Thu Oct 13 05:44:12 CEST 2005
- Previous message: [Python-Dev] Autoloading? (Making Queue.Queue easier to use)
- Next message: [Python-Dev] Threading and synchronization primitives
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
john.m.camara at comcast.net wrote:
I now see where Greg is coming from but I'm still not comfortable having it in the threading module. To me threads and queues are two different beasts.
All right then, how about putting it in a module called threadutils or something like that, which is clearly related to threading, but is open for the addition of future thread-related features that might arise.
-- Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | A citizen of NewZealandCorp, a | Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. | greg.ewing at canterbury.ac.nz +--------------------------------------+
- Previous message: [Python-Dev] Autoloading? (Making Queue.Queue easier to use)
- Next message: [Python-Dev] Threading and synchronization primitives
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]