[issue33151] importlib.resources breaks on subdirectories

2018-03-27 Thread Barry A. Warsaw

Change by Barry A. Warsaw :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33151] importlib.resources breaks on subdirectories

2018-03-27 Thread Barry A. Warsaw

Barry A. Warsaw  added the comment:


New changeset fd1b8f87b3e63495cadd37c8f1b90191b46ee52a by Barry Warsaw (Miss 
Islington (bot)) in branch '3.7':
bpo-33151: Handle submodule resources (GH-6268) (GH-6270)
https://github.com/python/cpython/commit/fd1b8f87b3e63495cadd37c8f1b90191b46ee52a


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33151] importlib.resources breaks on subdirectories

2018-03-27 Thread miss-islington

Change by miss-islington :


--
pull_requests: +5998

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33151] importlib.resources breaks on subdirectories

2018-03-27 Thread Barry A. Warsaw

Barry A. Warsaw  added the comment:


New changeset 30e507dff465a31901d87df791a2bac40dc88530 by Barry Warsaw in 
branch 'master':
bpo-33151: Handle submodule resources (GH-6268)
https://github.com/python/cpython/commit/30e507dff465a31901d87df791a2bac40dc88530


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33151] importlib.resources breaks on subdirectories

2018-03-26 Thread Barry A. Warsaw

Change by Barry A. Warsaw :


--
keywords: +patch
pull_requests: +5993
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33151] importlib.resources breaks on subdirectories

2018-03-26 Thread Barry A. Warsaw

Barry A. Warsaw  added the comment:

is_resource() from zip submodules is also affected

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33151] importlib.resources breaks on subdirectories

2018-03-26 Thread Barry A. Warsaw

New submission from Barry A. Warsaw :

Found a bug when trying to read a resource from a subpackage in a zip file.  I 
was actually surprised we didn't have a test for this AFAICT, and when I added 
one, it did fail.

I have a PR coming soon.

--
assignee: barry
components: Library (Lib)
messages: 314500
nosy: barry, brett.cannon
priority: normal
severity: normal
status: open
title: importlib.resources breaks on subdirectories
versions: Python 3.7, Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com