diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-04-02 19:25:32 +0000 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-04-02 19:25:32 +0000 |
commit | dc6f2d02d9345b4e184e7cf3326ad012dec3c915 (patch) | |
tree | 84a5bea7ef39ba870e16e224fb6686fee8b697dd /Lib/test/test_doctest.py | |
parent | 7b0d3c6d4bdcec8e6e984e174f476978d95b93fd (diff) | |
download | cpython-git-dc6f2d02d9345b4e184e7cf3326ad012dec3c915.tar.gz |
An oversight in previous merge, r79610: test_doctest is sensible to the line numbering.
Diffstat (limited to 'Lib/test/test_doctest.py')
-rw-r--r-- | Lib/test/test_doctest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_doctest.py b/Lib/test/test_doctest.py index ff012388bd..3616026845 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. |