]> granicus.if.org Git - python/commit
Issue #3080: find_module() expects module fullname and subname as Unicode
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 14 Mar 2011 13:21:33 +0000 (09:21 -0400)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 14 Mar 2011 13:21:33 +0000 (09:21 -0400)
commitad3c03b23efb820f155fc61341b06864684c5d4a
treece2e5b4bbd774bdc610890e30061ef48418b77da
parent58d37112aef21c5533e9a5d027d00df731f62a91
Issue #3080: find_module() expects module fullname and subname as Unicode

And PyImport_ReloadModule() uses Unicode for the module name.
Python/import.c