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 risto3
Recipients akira, ezio.melotti, risto3, vstinner
Date 2016-01-02.07:58:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451721502.09.0.459747647172.issue23315@psf.upfronthosting.co.za>
In-reply-to
Content
If I also add .encode('utf-8') to filename on line 278, that seems gets over the pathname problem.

I guess it comes down to the fact that if sys.filesystemencoding() is utf-8, which in my case it is (on SunOS), I believe these conversion should be automatic.
History
Date User Action Args
2016-01-02 07:58:22risto3setrecipients: + risto3, vstinner, ezio.melotti, akira
2016-01-02 07:58:22risto3setmessageid: <1451721502.09.0.459747647172.issue23315@psf.upfronthosting.co.za>
2016-01-02 07:58:22risto3linkissue23315 messages
2016-01-02 07:58:21risto3create