]> granicus.if.org Git - python/commit
Issue #3080: imp.load_module() accepts None for the module path
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 20 Mar 2011 21:37:17 +0000 (22:37 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 20 Mar 2011 21:37:17 +0000 (22:37 +0100)
commit6ae1e7f04e9817dd4a92584c608469a47eea2f56
treeb979958421bc7065133c2b0fbe9539b8bfe2dae0
parent6a1454f3a441b6f84cabaff250b2744a5e4f4ec0
Issue #3080: imp.load_module() accepts None for the module path

imp.find_module() returns None as module path for builtin and frozen builtins.
Lib/test/test_importhooks.py
Python/import.c