Message9613

Author zyasoft
Recipients fwierzbicki, gsnedders, zyasoft
Date 2015-03-10.18:48:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426013337.94.0.588568537738.issue2038@psf.upfronthosting.co.za>
In-reply-to
Content
Now fails differently:

UnicodeEncodeError: 'ascii' codec can't encode character u'\ufffd' in position 0: ordinal not in range(128)

This is because we are passing through arguments and environment variables as unicode as necessary. See https://hg.python.org/jython/rev/ea036792f304
History
Date User Action Args
2015-03-10 18:48:57zyasoftsetmessageid: <1426013337.94.0.588568537738.issue2038@psf.upfronthosting.co.za>
2015-03-10 18:48:57zyasoftsetrecipients: + zyasoft, fwierzbicki, gsnedders
2015-03-10 18:48:57zyasoftlinkissue2038 messages
2015-03-10 18:48:57zyasoftcreate