commit | 2f42ae53aa54ad5452a188077356fd9e89c6da72 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sun Mar 20 00:41:24 2011 +0100 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sun Mar 20 00:41:24 2011 +0100 |
tree | b555809c3c1293d9589afb9285338fe75d323953 | |
parent | c9abda0c0493f919445d423448e80ff2a40dd545 [diff] |
Issue #3080: Use Unicode to import source and compiled modules * Use Unicode for module name and path in the following functions: * get_file() * load_source_module(), parse_source_module() * make_compiled_pathname(), check_compiled_module(), read_compiled_module(), load_compiled_module(), write_compiled_module(), update_compiled_module() * On Windows, use CreateDirectoryW() instead of mkdir() * update_compiled_module() cannot fail anymore