]> granicus.if.org Git - python/commit
Use the dummy_thread module in Queue.py and tempfile.py.
authorGuido van Rossum <guido@python.org>
Mon, 30 Dec 2002 22:36:09 +0000 (22:36 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 30 Dec 2002 22:36:09 +0000 (22:36 +0000)
commita0934246d3ee4061e93805d056759f3f40ec45de
tree8a30d831747140f41481e092a8e55e7978ff7107
parent2969233f9af1479abb25814e5f4552e71b163bbd
Use the dummy_thread module in Queue.py and tempfile.py.
tempfile.py already contained code to let it run without threads present;
for Queue.py this is considered a useful feature too.
Lib/Queue.py
Lib/tempfile.py