]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix doctest failure introduced by r57949.
authorGuido van Rossum <guido@python.org>
Wed, 5 Sep 2007 03:26:38 +0000 (03:26 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 5 Sep 2007 03:26:38 +0000 (03:26 +0000)
commitfd4a7de172c7eb8d79a4cd648f65eaa552cd175f
tree141fa9444c01d53e8a287d579265b521d31dcb4f
parent45c078736e0fd64f21c90efd61d2cba9540a3d30
Fix doctest failure introduced by r57949.
The formatting of errors from pdb's own print command is different
from the formatting of errors when pdb exec's an arbitrary command;
the introduction of print as a pdb command caused this test to use
the former instead of the latter, causing the test to fail.
Lib/test/test_doctest.py