Benjamin Peterson writes:
> I will leave a few initial comments.
Thank you.
"Martin v. Löwis" writes:
> > In the case of http://bugs.python.org/issue1170> (“shlex have
> > problems with parsing unicode”), the problem is apparently addressed
> > by a patch, assigned to that issue since 2007-12
> What is the procedure for finding out why an issue hasn't progressed?
It's fairly simple: just read through the issue, and it should be
obvious. In the specific case, no committer has ever commented on
the issue, so chances are high that no committer has ever *seen*
the issue.
> I don't want to
2009/8/21 Ben Finney :
> Howdy all,
>
> What is the procedure for finding out why an issue hasn't progressed? I
> don't want to fill the bug database with such noise.
In this case, it's probably because no one officially maintains the
shlex module at the moment.
>
> In the case of http://bugs.pyt