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 |
|
Barry Warsaw
|
6f6eb35f9b
|
bpo-32248 - Implement ResourceReader and get_resource_reader() for zipimport (#5248)
|
2018-01-24 15:36:21 -05:00 |
|
Barry Warsaw
|
5ec0feeeec
|
Implement the get_resource_reader() API for file system imports (#5168)
|
2018-01-15 15:07:11 -08:00 |
|
Barry Warsaw
|
deae6b451f
|
bpo-32248 - Implement importlib.resources (#4911)
Port importlib_resources to importlib.resources
|
2017-12-30 15:18:06 -05:00 |
|