]> granicus.if.org Git - python/commit
Issue #15828: Don't try to close a file if imp.find_module() doesn't
authorBrett Cannon <brett@python.org>
Fri, 31 Aug 2012 15:31:20 +0000 (11:31 -0400)
committerBrett Cannon <brett@python.org>
Fri, 31 Aug 2012 15:31:20 +0000 (11:31 -0400)
commitf7d176efe944d199f822ccdd1542f9bf06eeb850
tree8c0e632d4e9c4fd358dadf86dd4773a352a45d42
parent5d0612411e3812d7e851fabeb5fd7f2f103f50d2
Issue #15828: Don't try to close a file if imp.find_module() doesn't
return one.
Lib/test/test_imp.py