Threads in Python
Fredrik Lundh
effbot at telia.com
Mon Feb 14 00:23:49 EST 2000
More information about the Python-list mailing list
Mon Feb 14 00:23:49 EST 2000
- Previous message (by thread): Threads in Python
- Next message (by thread): Threads in Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 -->
- Previous message (by thread): Threads in Python
- Next message (by thread): Threads in Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list