]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26844: Fix imp.find_module() to have the exception related to
authorBrett Cannon <brett@python.org>
Fri, 15 Jul 2016 17:58:54 +0000 (10:58 -0700)
committerBrett Cannon <brett@python.org>
Fri, 15 Jul 2016 17:58:54 +0000 (10:58 -0700)
commitf76457e12203d301c94e33957ff7121a24856b83
tree4c536800b7fbda8ba1530b55a4f04f61eea85e6e
parent5d9c7ed55aa824782a6dcd4db355ef2d3d03fb8a
Issue #26844: Fix imp.find_module() to have the exception related to
type issues be about 'path' instead of 'name'.

Thanks to Lev Maximov for the patch.
Lib/imp.py
Misc/ACKS
Misc/NEWS