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 vstinner
Date 2010-10-07.11:41:44
SpamBayes Score 0.0001443697
Marked as misclassified No
Message-id <1286451712.54.0.926110381941.issue10014@psf.upfronthosting.co.za>
In-reply-to
Content
r85302: _wrealpath() and _Py_wreadlink() support surrogates in the input path.

--

realpath_fs_encoding.patch: patch _wrealpath() to encode the resulting path with the filesystem encoding (with surrogateescape) instead of the locale encoding. This patch is incomplete: it doesn't fix the issue for non-Windows platforms without the realpath() function.

redecode_filename.patch (from issue #10039) + realpath_fs_encoding.patch fix this issue on my Linux (Debian Sid) box.
History
Date User Action Args
2010-10-07 11:41:52vstinnersetrecipients: + vstinner
2010-10-07 11:41:52vstinnersetmessageid: <1286451712.54.0.926110381941.issue10014@psf.upfronthosting.co.za>
2010-10-07 11:41:50vstinnerlinkissue10014 messages
2010-10-07 11:41:50vstinnercreate