[Python-Dev] Autoloading? (Making Queue.Queue easier to use)

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Oct 13 05:44:12 CEST 2005


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	   +--------------------------------------+


More information about the Python-Dev mailing list