]> granicus.if.org Git - python/commitdiff
test_threading isn't rudimentary anymore
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 1 Sep 2013 17:51:49 +0000 (19:51 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 1 Sep 2013 17:51:49 +0000 (19:51 +0200)
Lib/test/test_threading.py

index bd019cddd32346c8b350b1368046800de126c805..fef3314c16fed677cd98ded0bd2a72d73aa0ac09 100644 (file)
@@ -1,4 +1,6 @@
-# Very rudimentary test of threading module
+"""
+Tests for the threading module.
+"""
 
 import test.support
 from test.support import verbose, strip_python_stderr, import_module