summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-04-02 19:25:32 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-04-02 19:25:32 (GMT)
commitdc6f2d02d9345b4e184e7cf3326ad012dec3c915 (patch)
tree84a5bea7ef39ba870e16e224fb6686fee8b697dd /Lib/test
parent7b0d3c6d4bdcec8e6e984e174f476978d95b93fd (diff)
downloadcpython-dc6f2d02d9345b4e184e7cf3326ad012dec3c915.zip
cpython-dc6f2d02d9345b4e184e7cf3326ad012dec3c915.tar.gz
cpython-dc6f2d02d9345b4e184e7cf3326ad012dec3c915.tar.bz2
An oversight in previous merge, r79610: test_doctest is sensible to the line numbering.
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_doctest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_doctest.py b/Lib/test/test_doctest.py
index ff01238..3616026 100644
--- a/Lib/test/test_doctest.py
+++ b/Lib/test/test_doctest.py
@@ -5,6 +5,7 @@ Test script for doctest.
from test import support
import doctest
+
# NOTE: There are some additional tests relating to interaction with
# zipimport in the test_zipimport_support test module.