[issue7750] IOError when launching script under pdb with backslash in script path

Brian Curtin report at bugs.python.org
Fri Jan 22 01:06:50 CET 2010


Brian Curtin <curtin at acm.org> added the comment:

You can see the same thing by doing execfile(".\test.py"), which is what pdb makes under the hood, then bdb exec's it.

----------
nosy: +brian.curtin
priority:  -> normal
stage:  -> test needed
type:  -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7750>
_______________________________________


More information about the Python-bugs-list mailing list