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 amaury.forgeotdarc, theller, vstinner
Date 2010-04-19.09:23:33
SpamBayes Score 1.2291483e-06
Marked as misclassified No
Message-id <1271669015.7.0.556983589224.issue8394@psf.upfronthosting.co.za>
In-reply-to
Content
I only fixed UNIX/BSD versions of subprocess/ctypes.dlopen() because it's not possible to open some files with an undecodable filename. On Windows, the file system and Python3 use Unicode, and so there is no such corner case.

On Windows, should we encourage people migrating from byte to character string? Or should we support byte string for backward compatibility or because there is really a corner case where it's not possible to open a file with an unicode string?

See also my msg103565 (Issue #8393, subprocess),
History
Date User Action Args
2010-04-19 09:23:35vstinnersetrecipients: + vstinner, theller, amaury.forgeotdarc
2010-04-19 09:23:35vstinnersetmessageid: <1271669015.7.0.556983589224.issue8394@psf.upfronthosting.co.za>
2010-04-19 09:23:33vstinnerlinkissue8394 messages
2010-04-19 09:23:33vstinnercreate