commit | 974389d92c1e89c64359617fd3832dea58de5009 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Mar 15 09:33:57 2011 +0100 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Mar 15 09:33:57 2011 +0100 |
tree | b3519473c51db11168e0e99261ce9f6c35c6f19d | |
parent | 2e5f11aaa43a7a9af16eeacbae127819cd2189af [diff] |
Issue #3080: Use Unicode for the "The Magnum Opus of dotted-name import" Use Unicode for module name and paths in the following functions: * PyImport_ImportModuleLevel() * add_submodule() * ensure_from_list() * get_parent() * import_module_level() * import_submodule() * load_next() * mark_miss()