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-05.18:23:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333650218.2.0.189670086316.issue7839@psf.upfronthosting.co.za>
In-reply-to
Content
What's about test which pass bytes to Popen?
Should it be deprecated and should Popen accept only unicode strings only — I mean `str` type?
As I know the trend of py3k to get rid of bytes in filesystem names.
History
Date User Action Args
2012-04-05 18:23:38asvetlovsetrecipients: + asvetlov, holdenweb, csernazs, ncoghlan, vstinner, dstanek, larry, eric.smith, giampaolo.rodola, eric.araujo, Arfrever, r.david.murray, brian.curtin, cvrebert, Alexander.Belopolsky
2012-04-05 18:23:38asvetlovsetmessageid: <1333650218.2.0.189670086316.issue7839@psf.upfronthosting.co.za>
2012-04-05 18:23:37asvetlovlinkissue7839 messages
2012-04-05 18:23:37asvetlovcreate