]> granicus.if.org Git - python/commit
Document the import semantics that if None is found in sys.modules for a module then...
authorBrett Cannon <bcannon@gmail.com>
Sun, 30 Aug 2009 04:00:12 +0000 (04:00 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 30 Aug 2009 04:00:12 +0000 (04:00 +0000)
commit757df6e4cd0578ed86db188a2331a4e83764c42c
treeda38ac18ff70e31b20f5516e8bab29ec99a2a1cd
parent4d75fc1ce97bd15126442c16faab8931aaa7ade2
Document the import semantics that if None is found in sys.modules for a module then ImportError is raised.
Doc/reference/simple_stmts.rst
Misc/NEWS