[Python-checkins] cpython (3.3): test_threading isn't rudimentary anymore

antoine.pitrou python-checkins at python.org
Sun Sep 1 19:52:29 CEST 2013


http://hg.python.org/cpython/rev/764ceb41192b
changeset:   85492:764ceb41192b
branch:      3.3
parent:      85479:f0eedca4b2a2
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sun Sep 01 19:51:49 2013 +0200
summary:
  test_threading isn't rudimentary anymore

files:
  Lib/test/test_threading.py |  4 +++-
  1 files changed, 3 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_threading.py b/Lib/test/test_threading.py
--- 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list