From dc6f2d02d9345b4e184e7cf3326ad012dec3c915 Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Fri, 2 Apr 2010 19:25:32 +0000 Subject: [PATCH] An oversight in previous merge, r79610: test_doctest is sensible to the line numbering. --- Lib/test/test_doctest.py | 1 + 1 file changed, 1 insertion(+) 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. -- 2.50.1