summaryrefslogtreecommitdiffstats
path: root/Lib/test/leakers
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-03-17 04:52:38 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-03-17 04:52:38 (GMT)
commit770a8009671f9f6643e01d448419b2855ab5f9e7 (patch)
treec49481f6650b9ec4d275aea106277addcadcbbd8 /Lib/test/leakers
parentddda855337362833d86deb10d1fece11b00b45dc (diff)
downloadcpython-770a8009671f9f6643e01d448419b2855ab5f9e7.zip
cpython-770a8009671f9f6643e01d448419b2855ab5f9e7.tar.gz
cpython-770a8009671f9f6643e01d448419b2855ab5f9e7.tar.bz2
Update/expand on comments about leaking tests.
Diffstat (limited to 'Lib/test/leakers')
-rw-r--r--Lib/test/leakers/test_tee.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/leakers/test_tee.py b/Lib/test/leakers/test_tee.py
index 4ce24ca..d2b945d 100644
--- a/Lib/test/leakers/test_tee.py
+++ b/Lib/test/leakers/test_tee.py
@@ -1,6 +1,7 @@
# Test case taken from test_itertools
# See http://mail.python.org/pipermail/python-dev/2005-November/058339.html
+# When this is fixed remember to remove from LEAKY_TESTS in Misc/build.sh.
from itertools import tee