]> granicus.if.org Git - python/commit
Issue #15902: Fix imp.load_module() to accept None as a file when
authorBrett Cannon <brett@python.org>
Fri, 3 May 2013 14:37:08 +0000 (10:37 -0400)
committerBrett Cannon <brett@python.org>
Fri, 3 May 2013 14:37:08 +0000 (10:37 -0400)
commit9d0f772c5115217d55aef76fae33f483f2a98032
treea9cf061e4964455f440db0d4a074ff167fef5837
parentb98dcc1f5307789c3c42af701f81147e240b90ff
Issue #15902: Fix imp.load_module() to accept None as a file when
trying to load an extension module.

While at it, also add a proper unittest.skipIf() guard to another test
involving imp.load_dynamic().
Lib/imp.py
Lib/test/test_imp.py
Misc/NEWS