[issue5559] IDLE Output Window 's goto fails when path has spaces

Kurt B. Kaiser report at bugs.python.org
Mon Apr 27 01:30:00 CEST 2009


Kurt B. Kaiser <kbk at shore.net> added the comment:

Added a regex to handle win paths w/spaces.

A regex match may not be the file desired.
Try all the patterns until a valid file is found.

r71995.

Let me know if you can find a failing corner case.

port to 3 and -maint.

----------
assignee:  -> kbk
nosy: +kbk
priority:  -> normal
resolution: accepted -> fixed
stage:  -> commit review

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


More information about the Python-bugs-list mailing list