> Maybe Queue belongs in a module called synchronize to avoid any confusions.

Why not /just/ make the doc a little bit more explicit ?
Instead of saying:
        It is especially useful in threads programming when information
        must be exchanged safely between multiple threads.
Replace it with:
        It is dedicated to threads programming for safe exchange of
        information between multiple threads. On the other hand, if you
        are only looking for a single-thread queue structure, use the
        built-in list type, or the deque class from the collections
        module.
If necessary, put it in bold ;)



_______________________________________________
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

Reply via email to