mirror of
https://github.com/python/cpython.git
synced 2026-06-16 16:10:54 -04:00
8a1a59f0ec
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r74584 | brett.cannon | 2009-08-29 20:47:36 -0700 (Sat, 29 Aug 2009) | 3 lines Have importlib raise ImportError if None is found in sys.modules. This matches current import semantics. ........