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

Guilherme Polo report at bugs.python.org
Mon Apr 27 01:39:59 CEST 2009


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

Wouldn't it be better to actually write tests for it ? Also, the issue's
title is a bit misleading, it is not only spaces that causes troubles.
Isn't fixing how GrepDialog <-> OutputWindow works an acceptable
solution ? Instead of just writing the output in the OutputWindow, can't
we store the results generated by GrepDialog so OutputWindow can access
it without even needing to retry some regexes till it works (or not) ?

----------

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


More information about the Python-bugs-list mailing list