diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-03-20 00:41:24 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-03-20 00:41:24 +0100 |
commit | 2f42ae53aa54ad5452a188077356fd9e89c6da72 (patch) | |
tree | b555809c3c1293d9589afb9285338fe75d323953 /Python/pymath.c | |
parent | c9abda0c0493f919445d423448e80ff2a40dd545 (diff) | |
download | cpython-git-2f42ae53aa54ad5452a188077356fd9e89c6da72.tar.gz |
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 'Python/pymath.c')
0 files changed, 0 insertions, 0 deletions