]> granicus.if.org Git - python/commit
New Java-style threading module. The doc strings are in a separate module.
authorGuido van Rossum <guido@python.org>
Thu, 9 Apr 1998 22:01:42 +0000 (22:01 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 9 Apr 1998 22:01:42 +0000 (22:01 +0000)
commit7f5013a9a9678e86bff00c97f98e7a92c515b94d
treec966cc1b9dc9d9c255c49df0f0dd80a5fe0e23b0
parentbb08066053c51de274208eea645a0d9a470c87f9
New Java-style threading module.  The doc strings are in a separate module.
Lib/threading.py [new file with mode: 0644]
Lib/threading_api.py [new file with mode: 0644]