commit | 4e31443c4d2c1fb211a6ea90fc6a8fbd9ff81c97 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Thu Oct 07 21:45:39 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Thu Oct 07 21:45:39 2010 +0000 |
tree | 5fb0a5fc704c00fcdd2b9885ac0896ab2f971309 | |
parent | 7ae7c87b058137537bdc2b7f1d8e585aa0245c1c [diff] |
Create fileutils.c/.h * _Py_fopen() and _Py_stat() come from Python/import.c * (_Py)_wrealpath() comes from Python/sysmodule.c * _Py_char2wchar(), _Py_wchar2char() and _Py_wfopen() come from Modules/main.c * (_Py)_wstat(), (_Py)_wgetcwd(), _Py_wreadlink() come from Modules/getpath.c