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

Guilherme Polo report at bugs.python.org
Wed Mar 25 13:14:54 CET 2009


Guilherme Polo <ggpolo at gmail.com> added the comment:

I see this occurring everywhere, but the proposed solution may not be
enough. I can still create a directory with a tab on it and it will fail
too.

The proper solution (in my head) would involve changing the interaction
of GrepDialog with OutupWindow, but then OutputWindow wouldn't really be
an OutputWindow. But I believe the better way to fix this right now is
to define a more correct regex, and test it :)

----------
nosy: +gpolo
resolution:  -> accepted
versions: +Python 2.7, Python 3.0, Python 3.1

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


More information about the Python-bugs-list mailing list