Stephen Tonkin added the comment:
Likewise, move_test_support.patch did not break things under OS X 10.8.
--
nosy: +sptonkin
___
Python tracker
<http://bugs.python.org/issue15
New submission from Stephen Tonkin:
After a clean check out and a successful build of Python 3.4, doctests were
failing when running test_pdb. Specifically, doctests were failing because they
were getting a "*** NameError: name 'execfile' is not defined" when running.
Changes by Stephen Tonkin :
--
nosy: +sptonkin
___
Python tracker
<http://bugs.python.org/issue15436>
___
___
Python-bugs-list mailing list
Unsubscribe:
Stephen Tonkin added the comment:
Uploaded a patch which fixes the failing on Windows 7.
It was essentially an issue with the Windows path returned by temp_dir()
containing unescaped backslashes. A repr() fixed this.
--
nosy: +sptonkin
Added file: http://bugs.python.org/file27788