summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2009-10-20 11:18:29 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2009-10-20 11:18:29 (GMT)
commitafaf48b953b6437a261b991c45cb8700afbcfb0a (patch)
tree09431e34d25d6b5725c4ee184f01a8b7794ed261
parent8b69abbbf1ce037282c82411ab5be013442a6788 (diff)
downloadcpython-afaf48b953b6437a261b991c45cb8700afbcfb0a.zip
cpython-afaf48b953b6437a261b991c45cb8700afbcfb0a.tar.gz
cpython-afaf48b953b6437a261b991c45cb8700afbcfb0a.tar.bz2
Remove comment that went with the print_lock that was previously deleted.
-rwxr-xr-xLib/test/regrtest.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 52f5cfd..6fe4eda 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -444,8 +444,6 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
from queue import Queue, Empty
from subprocess import Popen, PIPE, STDOUT
from collections import deque
- # TextIOWrapper is not entirely thread-safe now,
- # it can produce duplicate output when printing from several threads.
debug_output_pat = re.compile(r"\[\d+ refs\]$")
pending = deque()
output = Queue()