cpython/Lib/importlib
Brett Cannon 7bd329d800 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.
2012-04-17 21:41:35 -04:00
..
test Issue #12599: Be more strict in accepting None vs. a false-like object 2012-04-17 21:41:35 -04:00
__init__.py Update importlib.invalidate_caches() to be more general. 2012-02-27 18:15:42 -05:00
_bootstrap.py Issue #12599: Be more strict in accepting None vs. a false-like object 2012-04-17 21:41:35 -04:00
abc.py Have importlib take advantage of ImportError's new 'name' and 'path' 2012-04-12 21:09:01 -04:00
machinery.py
util.py PEP 3147 2010-04-17 00:19:56 +00:00