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 flox
Recipients ezio.melotti, flox, psd
Date 2010-01-11.16:43:46
SpamBayes Score 0.038982615
Marked as misclassified No
Message-id <1263228230.1.0.921535835645.issue7675@psf.upfronthosting.co.za>
In-reply-to
Content
The unicode text is sent to the subprocess without encoding.
It is encoded implicitly to ASCII (sys.getdefaultencoding()).

This patch performs explicit encoding.
Tests added.
History
Date User Action Args
2010-01-11 16:43:50floxsetrecipients: + flox, ezio.melotti, psd
2010-01-11 16:43:50floxsetmessageid: <1263228230.1.0.921535835645.issue7675@psf.upfronthosting.co.za>
2010-01-11 16:43:48floxlinkissue7675 messages
2010-01-11 16:43:48floxcreate