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 asvetlov
Recipients asvetlov, ezio.melotti, gklein, jcea, jkloth, python-dev, serhiy.storchaka, skrah, tim.golden, turncc, vstinner
Date 2012-11-02.20:51:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351889506.04.0.553133183797.issue16218@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps we have to skip tests if filesystem encoding doesn't support wide characters.
Not sure about the way: should we skip if sys.getfilesystemencoding() is not utf8 or better to try encode path and skip if it fails?
I think the later is better.
History
Date User Action Args
2012-11-02 20:51:46asvetlovsetrecipients: + asvetlov, jcea, vstinner, tim.golden, jkloth, ezio.melotti, skrah, gklein, python-dev, serhiy.storchaka, turncc
2012-11-02 20:51:46asvetlovsetmessageid: <1351889506.04.0.553133183797.issue16218@psf.upfronthosting.co.za>
2012-11-02 20:51:46asvetlovlinkissue16218 messages
2012-11-02 20:51:45asvetlovcreate