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 vstinner
Date 2010-04-16.23:57:14
SpamBayes Score 0.00018041211
Marked as misclassified No
Message-id <1271462236.91.0.742437452621.issue8393@psf.upfronthosting.co.za>
In-reply-to
Content
Commited in py3k (r80135), blocked in 3.1 (r80136).

Python 3.1 has no _posixsubprocess module, it uses os.chdir() which accepts bytes, bytearray and str with surrogates.
History
Date User Action Args
2010-04-16 23:57:17vstinnersetrecipients: + vstinner
2010-04-16 23:57:16vstinnersetmessageid: <1271462236.91.0.742437452621.issue8393@psf.upfronthosting.co.za>
2010-04-16 23:57:14vstinnerlinkissue8393 messages
2010-04-16 23:57:14vstinnercreate