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 petri.lehtinen
Recipients barry, petri.lehtinen, poliveira, r.david.murray
Date 2012-09-03.18:19:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346696395.46.0.682638371436.issue14922@psf.upfronthosting.co.za>
In-reply-to
Content
This would be considered a new feature, and is thus out of scope for 2.7. An easy workaround is to encode the unicode path to str using the file system encoding first (sys.getfilesystemencoding()).
History
Date User Action Args
2012-09-03 18:19:55petri.lehtinensetrecipients: + petri.lehtinen, barry, r.david.murray, poliveira
2012-09-03 18:19:55petri.lehtinensetmessageid: <1346696395.46.0.682638371436.issue14922@psf.upfronthosting.co.za>
2012-09-03 18:19:54petri.lehtinenlinkissue14922 messages
2012-09-03 18:19:54petri.lehtinencreate