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

Jason R. Coombs report at bugs.python.org
Fri Jan 22 03:00:32 CET 2010


Jason R. Coombs <jaraco at jaraco.com> added the comment:

I'm changing the title back to the original title. I don't believe the problem is reproducible using execfile. That is, if a properly-escaped path is passed to execfile, it works fine.

So I believe the problem lies between when pdb takes control and where execfile is called - the command-line is not properly parsed.

----------
title: IOError in execfile with backslash in path -> IOError when launching script under pdb with backslash in script path

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


More information about the Python-bugs-list mailing list