]> granicus.if.org Git - python/commit
Improper type for __package__ should raise TypeError, not ValueError.
authorBrett Cannon <brett@python.org>
Thu, 23 Feb 2012 23:29:12 +0000 (18:29 -0500)
committerBrett Cannon <brett@python.org>
Thu, 23 Feb 2012 23:29:12 +0000 (18:29 -0500)
commitf500778f652f6beb368f10c0fd312c3034dfce5e
tree4d1f19d90085c9d1494cc6eb9d973324913734f6
parent068915cc8b75720192be0e5834e7e25993fae5ff
Improper type for __package__ should raise TypeError, not ValueError.
Lib/importlib/_bootstrap.py
Lib/importlib/test/import_/test___package__.py