]> granicus.if.org Git - python/commit
Issue #12599: Be more strict in accepting None vs. a false-like object
authorBrett Cannon <brett@python.org>
Wed, 18 Apr 2012 01:41:35 +0000 (21:41 -0400)
committerBrett Cannon <brett@python.org>
Wed, 18 Apr 2012 01:41:35 +0000 (21:41 -0400)
commit7bd329d800b29e195a55b16093ef74c22e20476d
tree04d1ecb74f0abcb0ee9708f212bf6fd5818ca813
parent64befe939c1da377053f6a410f082db02184c5e2
Issue #12599: Be more strict in accepting None vs. a false-like object
in importlib.

Thanks to PJE for pointing out the issue and Nick Coghlan for filing
the bug.
Lib/importlib/_bootstrap.py
Lib/importlib/test/import_/test_path.py
Lib/importlib/test/test_util.py
Misc/NEWS
Python/importlib.h