Re: [Python-Dev] Issue 1170: Unicode for ‘shlex ’

2009-08-22 Thread Ben Finney
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

Re: [Python-Dev] Issue 1170: Unicode for ‘shlex ’

2009-08-22 Thread Martin v. Löwis
> 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

Re: [Python-Dev] Issue 1170: Unicode for ‘shlex ’

2009-08-21 Thread Benjamin Peterson
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