[Python-checkins] r43310 - python/trunk/Lib/test/test_queue.py

georg.brandl python-checkins at python.org
Sat Mar 25 14:12:56 CET 2006


Author: georg.brandl
Date: Sat Mar 25 14:12:56 2006
New Revision: 43310
Modified:
 python/trunk/Lib/test/test_queue.py
Log:
fix typo
Modified: python/trunk/Lib/test/test_queue.py
==============================================================================
--- python/trunk/Lib/test/test_queue.py	(original)
+++ python/trunk/Lib/test/test_queue.py	Sat Mar 25 14:12:56 2006
@@ -251,7 +251,7 @@
 q.put(None) # instruct the threads to close
 q.join() # verify that you can join twice
 
-def QueueTaskDoneTest(q)
+def QueueTaskDoneTest(q):
 try:
 q.task_done()
 except ValueError:


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /