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 vstinner
Recipients vstinner
Date 2008-09-30.22:38:34
SpamBayes Score 0.13241456
Marked as misclassified No
Message-id <1222814316.77.0.949437896792.issue4004@psf.upfronthosting.co.za>
In-reply-to
Content
Example:

$ ./python $(echo -e "\xff"); ./python $(echo -e "\xff"); echo "--"
Could not convert argument 1 to stringCould not convert argument 1 to 
string--
History
Date User Action Args
2008-09-30 22:38:36vstinnersetrecipients: + vstinner
2008-09-30 22:38:36vstinnersetmessageid: <1222814316.77.0.949437896792.issue4004@psf.upfronthosting.co.za>
2008-09-30 22:38:35vstinnerlinkissue4004 messages
2008-09-30 22:38:35vstinnercreate