From: Antoine Pitrou Date: Sun, 1 Sep 2013 17:51:49 +0000 (+0200) Subject: test_threading isn't rudimentary anymore X-Git-Tag: v3.4.0a2~55^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c8ce847e64b0ad7bfebad95034943f5addc0e09;p=python test_threading isn't rudimentary anymore --- diff --git a/Lib/test/test_threading.py b/Lib/test/test_threading.py index bd019cddd3..fef3314c16 100644 --- a/Lib/test/test_threading.py +++ b/Lib/test/test_threading.py @@ -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