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 dexen
Recipients dexen
Date 2007-09-17.16:31:21
SpamBayes Score 0.07893492
Marked as misclassified No
Message-id <1190046681.67.0.493556266041.issue1170@psf.upfronthosting.co.za>
In-reply-to
Content
One remark to previous message:
the first time i created shlex object in non-POSIX mode (the default), 
in later it's in POSIX mode (due to the third parameter to shlex being 
True). The bug in question manifests only in POSIX mode.

BTW, that so-called POSIX mode would be more POSIX-ish, if instead of 
comparing characters with a fixed, short list, would use the ctype() 
function as found in standard C library. The functions takes current 
locale (setable in process) into account when deciding what is leter, 
whitespace, punctuation etc.
History
Date User Action Args
2007-09-17 16:31:21dexensetspambayes_score: 0.0789349 -> 0.07893492
recipients: + dexen
2007-09-17 16:31:21dexensetspambayes_score: 0.0789349 -> 0.0789349
messageid: <1190046681.67.0.493556266041.issue1170@psf.upfronthosting.co.za>
2007-09-17 16:31:21dexenlinkissue1170 messages
2007-09-17 16:31:21dexencreate