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 asvetlov
Recipients Alexander.Belopolsky, Arfrever, asvetlov, brian.curtin, csernazs, cvrebert, dstanek, eric.araujo, eric.smith, giampaolo.rodola, holdenweb, larry, ncoghlan, r.david.murray, vstinner
Date 2012-04-08.17:50:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333907421.43.0.161888485586.issue7839@psf.upfronthosting.co.za>
In-reply-to
Content
If fylesystem doesn't support unicode (only Windows directly does as I know) str filename should to be converted by `sys.getfilesystemencoding()`. `os.exec` family already does it as well as other fs functions — but they are supports bytes also.
Mayby deprecation bytes for high-level Popen is good idea.
History
Date User Action Args
2012-04-08 17:50:21asvetlovsetrecipients: + asvetlov, holdenweb, csernazs, ncoghlan, vstinner, dstanek, larry, eric.smith, giampaolo.rodola, eric.araujo, Arfrever, r.david.murray, brian.curtin, cvrebert, Alexander.Belopolsky
2012-04-08 17:50:21asvetlovsetmessageid: <1333907421.43.0.161888485586.issue7839@psf.upfronthosting.co.za>
2012-04-08 17:50:20asvetlovlinkissue7839 messages
2012-04-08 17:50:20asvetlovcreate