commit | 7ae7c87b058137537bdc2b7f1d8e585aa0245c1c | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Thu Oct 07 11:06:49 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Thu Oct 07 11:06:49 2010 +0000 |
tree | c23f7910cea32d9381d663c46c68123094601f71 | |
parent | afa88b5dac1b068ccc33b65cd4da400a290b137e [diff] |
_wrealpath() and _Py_wreadlink() support surrogates (PEP 383) Use _Py_wchar2char() to support surrogate characters in the input path.