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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c8ce847e64b0ad7bfebad95034943f5addc0e09;p=thirdparty%2FPython%2Fcpython.git test_threading isn't rudimentary anymore --- diff --git a/Lib/test/test_threading.py b/Lib/test/test_threading.py index bd019cddd323..fef3314c16fe 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