Threads in Python

Fredrik Lundh effbot at telia.com
Mon Feb 14 00:23:49 EST 2000


Tobias Rademacher <toby-wan-kenobi at gmx.de> wrote:
> I just decided to learn Python. Are Threads intregreated in the Language
> like in Java?

yes, and no -- they're there, but most of the support
is provided through (an optional) extension module:

http://www.python.org/doc/current/lib/module-threading.html

</F>

<!-- (the eff-bot guide to) the standard python library:
http://www.pythonware.com/people/fredrik/librarybook.htm
-->





More information about the Python-list mailing list