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

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


http://hg.python.org/cpython/rev/267e09700978
changeset:   85493:267e09700978
parent:      85491:c27527dce71e
parent:      85492:764ceb41192b
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sun Sep 01 19:52:08 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