]> granicus.if.org Git - python/commit
Brett Cannon's dummy_thread and dummy_threading modules (SF patch
authorGuido van Rossum <guido@python.org>
Mon, 30 Dec 2002 22:30:22 +0000 (22:30 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 30 Dec 2002 22:30:22 +0000 (22:30 +0000)
commitad50ca91a99e9a16a583fb13799c79f23067ef30
tree31e4e18a5980f1c50029b117b3c6231cb0e59458
parentc91ed400e053dc9f11dd30c84e2bb611999dce50
Brett Cannon's dummy_thread and dummy_threading modules (SF patch
622537), with some nitpicking editorial changes.
Doc/lib/libdummythread.tex [new file with mode: 0644]
Doc/lib/libdummythreading.tex [new file with mode: 0644]
Lib/dummy_thread.py [new file with mode: 0644]
Lib/dummy_threading.py [new file with mode: 0644]
Lib/test/test_dummy_thread.py [new file with mode: 0644]
Lib/test/test_dummy_threading.py [new file with mode: 0644]