TimeoutQueue.py
Chris Liechti
cliechti at gmx.net
Sat Jun 22 20:42:41 EDT 2002
More information about the Python-list mailing list
Sat Jun 22 20:42:41 EDT 2002
- Previous message (by thread): TimeoutQueue.py
- Next message (by thread): TimeoutQueue.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Tim Peters <tim.one at comcast.net> wrote in news:mailman.1024698810.22387.python-list at python.org: > [Chris Liechti] >> Anyone ever needed a Queue with timeout? > > Yes. I encourage you to submit a patch to SourceForge, ... patch 572628 :-) that one uses additional 'timeout' args to get() and new to put() too. the old behaviour is still maintained when not using the new argument (unlike the original post which was not backwards compatible). chris -- Chris <cliechti at gmx.net>
- Previous message (by thread): TimeoutQueue.py
- Next message (by thread): TimeoutQueue.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list