[Python-checkins] r79613 - python/branches/py3k/Lib/test/test_doctest.py

florent.xicluna python-checkins at python.org
Fri Apr 2 21:25:32 CEST 2010


Author: florent.xicluna
Date: Fri Apr  2 21:25:32 2010
New Revision: 79613

Log:
An oversight in previous merge, r79610: test_doctest is sensible to the line numbering.


Modified:
   python/branches/py3k/Lib/test/test_doctest.py

Modified: python/branches/py3k/Lib/test/test_doctest.py
==============================================================================
--- python/branches/py3k/Lib/test/test_doctest.py	(original)
+++ python/branches/py3k/Lib/test/test_doctest.py	Fri Apr  2 21:25:32 2010
@@ -5,6 +5,7 @@
 from test import support
 import doctest
 
+
 # NOTE: There are some additional tests relating to interaction with
 #       zipimport in the test_zipimport_support test module.
 


More information about the Python-checkins mailing list