This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jvr
Recipients
Date 2003-05-23.12:57:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=92689

Ugh, I take that back: it doesn't fix it, there's a gross snippet in shlex.py that 
makes it barf:

        if self.posix:
            self.wordchars += ('??·???ÂÊÁËÈÍÎÏÌÓÔ?ÒÚÛÙ??¯???¸???'
                               '¿¡¬????«»? ÀÃÕ????????÷ÿ??????')

Help. I'd love to fix this, but I'm not sure what would be correct (my intuition 
says to just yank the above snippet, but I'm sure that'll make _someone_ 
unhappy...).
History
Date User Action Args
2007-08-23 15:27:19adminlinkissue742290 messages
2007-08-23 15:27:19admincreate