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:17:12
SpamBayes Score 0.012233488
Marked as misclassified No
Message-id <1190045833.27.0.172281845017.issue1170@psf.upfronthosting.co.za>
In-reply-to
Content
Feeding unicode to shlex object created in POSIX compat mode causes 
UnicodeDecodeError to be raised. It appears that shlex object defines 
sting .wordchars, containing latin-1 (iso8859-1) encoded characters 
with charcodes >=128, which is used to check whether a character from 
input constitues a word character or not.
History
Date User Action Args
2007-09-17 16:17:13dexensetspambayes_score: 0.0122335 -> 0.012233488
recipients: + dexen
2007-09-17 16:17:13dexensetspambayes_score: 0.0122335 -> 0.0122335
messageid: <1190045833.27.0.172281845017.issue1170@psf.upfronthosting.co.za>
2007-09-17 16:17:13dexenlinkissue1170 messages
2007-09-17 16:17:12dexencreate