cpython/Lib/importlib
Brett Cannon 849113af6b Issue #25791: Warn when __package__ != __spec__.parent.
In a previous change, __spec__.parent was prioritized over
__package__. That is a backwards-compatibility break, but we do
eventually want __spec__ to be the ground truth for module details. So
this change reverts the change in semantics and instead raises an
ImportWarning when __package__ != __spec__.parent to give people time
to adjust to using spec objects.
2016-01-22 15:25:50 -08:00
..
__init__.py Issue #24192: Fix namespace package imports. 2015-05-15 21:54:59 -06:00
_bootstrap.py Issue #25791: Warn when __package__ != __spec__.parent. 2016-01-22 15:25:50 -08:00
_bootstrap_external.py co_lnotab supports negative line number delta 2016-01-20 12:16:21 +01:00
abc.py Issue #24192: Fix namespace package imports. 2015-05-15 21:54:59 -06:00
machinery.py Issue #23911: Move path-based bootstrap code to a separate frozen module. 2015-05-02 19:15:18 -06:00
util.py Issue #25771: Tweak ValueError message when package isn't specified 2015-12-04 15:19:42 -08:00