[issue33254] Have importlib.resources.contents() return an interable instead of an iterator

2018-04-30 Thread Brett Cannon
Change by Brett Cannon : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue33254] Have importlib.resources.contents() return an interable instead of an iterator

2018-04-30 Thread miss-islington
miss-islington added the comment: New changeset 2e5fa38c5aaf7630c55ce6dfb8f79df6b3b86076 by Miss Islington (bot) in branch '3.7': bpo-33254: do not return an empty list when asking for the contents of a namespace package (GH-6467)

[issue33254] Have importlib.resources.contents() return an interable instead of an iterator

2018-04-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +6358 ___ Python tracker ___

[issue33254] Have importlib.resources.contents() return an interable instead of an iterator

2018-04-30 Thread Brett Cannon
Brett Cannon added the comment: New changeset 3ab9365dca8438f89b2060cd3eebe00606133dc4 by Brett Cannon in branch 'master': bpo-33254: do not return an empty list when asking for the contents of a namespace package (GH-6467)

[issue33254] Have importlib.resources.contents() return an interable instead of an iterator

2018-04-20 Thread Brett Cannon
Change by Brett Cannon : -- title: importlib.resources.contents() incorrectly yields an empty list -> Have importlib.resources.contents() return an interable instead of an iterator ___ Python tracker