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 pitrou
Recipients loewis, pitrou, vstinner
Date 2009-01-01.02:19:37
SpamBayes Score 2.2713042e-05
Marked as misclassified No
Message-id <1230776378.31.0.192933963147.issue4035@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, I think the supported types should be the same for all platforms,
otherwise it creates unnecessary headaches.

Perhaps, in addition to the proposed behaviour on Posix (convert
everything to bytes if the program name is a bytes object), the reverse
could be done under Windows (convert the program name to str if it is a
bytes object).
History
Date User Action Args
2009-01-01 02:19:38pitrousetrecipients: + pitrou, loewis, vstinner
2009-01-01 02:19:38pitrousetmessageid: <1230776378.31.0.192933963147.issue4035@psf.upfronthosting.co.za>
2009-01-01 02:19:37pitroulinkissue4035 messages
2009-01-01 02:19:37pitroucreate