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 a.badger, brian.curtin, loewis, vstinner
Date 2010-03-04.01:12:54
SpamBayes Score 0.0016656035
Marked as misclassified No
Message-id <1267665176.62.0.154821572008.issue4036@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, I realized that the second test is just useless. The argument is str, not bytes. I wanted to test Popen(bytes, shell=True). What is the right encoding to convert a string to bytes for the file system?
History
Date User Action Args
2010-03-04 01:12:56vstinnersetrecipients: + vstinner, loewis, a.badger, brian.curtin
2010-03-04 01:12:56vstinnersetmessageid: <1267665176.62.0.154821572008.issue4036@psf.upfronthosting.co.za>
2010-03-04 01:12:55vstinnerlinkissue4036 messages
2010-03-04 01:12:54vstinnercreate