]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #3080: Refactor find_module_path(), use return instead of break
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 14 Mar 2011 18:04:10 +0000 (14:04 -0400)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 14 Mar 2011 18:04:10 +0000 (14:04 -0400)
commitd029621c70193049a33ac27bc4d7a6d19b8472da
tree92bd68fa52a60f796ac44afa784b018582cc20d8
parentdf75a023a018be6bf2c579e23eaa4fd8015ab226
Issue #3080: Refactor find_module_path(), use return instead of break

Prepare also the API change of case_ok()
Python/import.c