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 cmcqueen1975
Recipients cmcqueen1975, ezio.melotti
Date 2010-07-05.05:56:58
SpamBayes Score 2.3031831e-05
Marked as misclassified No
Message-id <1278309421.56.0.11909097972.issue9161@psf.upfronthosting.co.za>
In-reply-to
Content
My program currently uses ASCII options, so I can change the Unicode string parameter to byte string. The optparse module still seems to match the option against the incoming Unicode argv, I guess by implicit string conversion.
History
Date User Action Args
2010-07-05 05:57:01cmcqueen1975setrecipients: + cmcqueen1975, ezio.melotti
2010-07-05 05:57:01cmcqueen1975setmessageid: <1278309421.56.0.11909097972.issue9161@psf.upfronthosting.co.za>
2010-07-05 05:56:59cmcqueen1975linkissue9161 messages
2010-07-05 05:56:58cmcqueen1975create