]> granicus.if.org Git - python/commit
Crrected a flow control error that caused the wrong error message when
authorGuido van Rossum <guido@python.org>
Tue, 9 Sep 1997 18:53:47 +0000 (18:53 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 9 Sep 1997 18:53:47 +0000 (18:53 +0000)
commita86f77d4dd5dc6dc8062c8645a2f6e5fbba3767d
tree121918d57ed942cc13e42c5dcee1489d9b5b7def
parentb95901ec2e9bed764bffcd80e52f0771d9b9cb9e
Crrected a flow control error that caused the wrong error message when
load-module() didn't find a built-in or frozen module.  Also got rid
of is_frozen(), which duplicated the functionality of
find_frozen()!=NULL.
Python/import.c