diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-03-19 23:41:24 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-03-19 23:41:24 (GMT) |
commit | 2f42ae53aa54ad5452a188077356fd9e89c6da72 (patch) | |
tree | b555809c3c1293d9589afb9285338fe75d323953 /Lib | |
parent | c9abda0c0493f919445d423448e80ff2a40dd545 (diff) | |
download | cpython-2f42ae53aa54ad5452a188077356fd9e89c6da72.zip cpython-2f42ae53aa54ad5452a188077356fd9e89c6da72.tar.gz cpython-2f42ae53aa54ad5452a188077356fd9e89c6da72.tar.bz2 |
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
Diffstat (limited to 'Lib')
0 files changed, 0 insertions, 0 deletions