]> granicus.if.org Git - python/commit
Issue #3080: get_sourcefile(), make_source_pathname(), load_package()
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 14 Mar 2011 17:33:46 +0000 (13:33 -0400)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 14 Mar 2011 17:33:46 +0000 (13:33 -0400)
commitc9abda0c0493f919445d423448e80ff2a40dd545
treee56c4ebc165f3eae374df5b1fd51e9ba844708b9
parentd68c2cf2379172dab184901929d44952001c4c57
Issue #3080: get_sourcefile(), make_source_pathname(), load_package()

Use Unicode for module name and path in get_sourcefile(),
make_source_pathname() and load_package() functions.
Python/import.c