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 terry.reedy
Recipients bsherwood, ezio.melotti, gpolo, serhiy.storchaka, terry.reedy, vstinner
Date 2013-11-10.09:26:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384075616.88.0.97041731257.issue19020@psf.upfronthosting.co.za>
In-reply-to
Content
I read your explanation in relation to the code and got part of it but not all. I need to try another run through. I may try to locally (and temporarily), print to the console to see what is happening.

I am also not clear on the relation between the UnicodeDecodeError and tuple splitting. Does '_flatten((self._w, cmd)))' call split or splitlist on the tuple arg? Is so, do you know why a problem with that would lead to the UDError? Does your patch fix the leading '0' regression?
History
Date User Action Args
2013-11-10 09:26:56terry.reedysetrecipients: + terry.reedy, bsherwood, vstinner, gpolo, ezio.melotti, serhiy.storchaka
2013-11-10 09:26:56terry.reedysetmessageid: <1384075616.88.0.97041731257.issue19020@psf.upfronthosting.co.za>
2013-11-10 09:26:56terry.reedylinkissue19020 messages
2013-11-10 09:26:56terry.reedycreate