Brett Cannon
|
1899087b21
|
bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)
|
2021-03-26 11:55:07 -07:00 |
Brett Cannon
|
9cb31d6716
|
bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24953)
This is to work towards the removal of the use of module_repr() in Python 3.12 (documented as deprecated since 3.4).
|
2021-03-24 08:26:56 -07:00 |
Anthony Sottile
|
ab9b31f947
|
bpo-35843: Implement __getitem__ for _NamespacePath (GH-11690)
|
2019-03-08 10:58:00 -08:00 |
Barry Warsaw
|
bbbcf8693b
|
bpo-32303 - Consistency fixes for namespace loaders (#5481)
* Make sure ``__spec__.loader`` matches ``__loader__`` for namespace packages.
* Make sure ``__spec__.origin` matches ``__file__`` for namespace packages.
https://bugs.python.org/issue32303
https://bugs.python.org/issue32305
|
2018-02-02 15:15:58 -05:00 |
Eric Snow
|
d65018b17c
|
Fixes #19711: Add tests for reloading namespace packages.
|
2016-05-10 15:29:05 -06:00 |
Serhiy Storchaka
|
e437a10d15
|
Issue #23277: Remove unused imports in tests.
|
2016-04-24 21:41:02 +03:00 |
Serhiy Storchaka
|
597d15afe4
|
Issue #23277: Remove unused support.run_unittest import.
|
2016-04-24 13:45:58 +03:00 |
Eric Snow
|
c4bbd7a492
|
Issue #21097: Move test_namespace_pkgs into test_importlib.
|
2014-03-29 15:57:44 -06:00 |