]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #3080: Use Unicode for the "The Magnum Opus of dotted-name import"
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 15 Mar 2011 08:33:57 +0000 (09:33 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 15 Mar 2011 08:33:57 +0000 (09:33 +0100)
commit974389d92c1e89c64359617fd3832dea58de5009
treeb3519473c51db11168e0e99261ce9f6c35c6f19d
parent2e5f11aaa43a7a9af16eeacbae127819cd2189af
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()
Python/import.c