threads and return values

Paul Rubin http
Wed Sep 13 22:00:21 EDT 2006


Paul Rubin <http://phr.cx@NOSPAM.invalid> writes:
>     import Queue
>     q = Queue()

Oops, meant 

      q = Queue.Queue()



More information about the Python-list mailing list