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 HWJ, amaury.forgeotdarc, benjamin.peterson, gvanrossum, pitrou, vstinner
Date 2008-08-22.15:19:39
SpamBayes Score 0.015138614
Marked as misclassified No
Message-id <1219418387.85.0.489354032124.issue3187@psf.upfronthosting.co.za>
In-reply-to
Content
@gvanrossum: os.unlink() and os.lstat() already accept byte filenames 
(but open() doesn't).

Ok, here is very small patch for posixpath.join() to accept bytes 
strings. This patch is enough to fix my initial problem (#3616).
History
Date User Action Args
2008-08-22 15:19:48vstinnersetrecipients: + vstinner, gvanrossum, amaury.forgeotdarc, pitrou, benjamin.peterson, HWJ
2008-08-22 15:19:47vstinnersetmessageid: <1219418387.85.0.489354032124.issue3187@psf.upfronthosting.co.za>
2008-08-22 15:19:41vstinnerlinkissue3187 messages
2008-08-22 15:19:40vstinnercreate