commit | 99563b1df835218fd61fe1c86930b49dd55044be | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Mon Jun 20 14:45:54 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Mon Jun 20 14:45:54 2011 +0200 |
tree | 7adb4e45099ead94777bc6e19285d45aa4250ec4 | |
parent | d6b3840e7d8cce39996d365a8fd05a7849cbef63 [diff] |
calculate_path() decodes the PYTHONPATH environment variable from the locale encoding using _Py_char2wchar() instead of mbstowcs() to store undecodable bytes as surrogates characters (PEP 383) instead of ignoring silently the PYTHONPATH variable.