[issue43644] importlib.resources.as_file undocumented

2021-03-27 Thread Jason R. Coombs
Change by Jason R. Coombs : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue43644] importlib.resources.as_file undocumented

2021-03-27 Thread miss-islington
miss-islington added the comment: New changeset 138e039ff9e5330709643b1bfe623eeac8fdc681 by Miss Islington (bot) in branch '3.9': bpo-43644: Add docs for importlib.resources.as_file. (GH-25048) https://github.com/python/cpython/commit/138e039ff9e5330709643b1bfe623eeac8fdc681 -- ___

[issue43644] importlib.resources.as_file undocumented

2021-03-27 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +23798 pull_request: https://github.com/python/cpython/pull/25049 ___ Python tracker _

[issue43644] importlib.resources.as_file undocumented

2021-03-27 Thread Jason R. Coombs
Jason R. Coombs added the comment: New changeset af50c84643ce21cfbdfdabbdfae6bd5e1368c542 by Jason R. Coombs in branch 'master': bpo-43644: Add docs for importlib.resources.as_file. (#25048) https://github.com/python/cpython/commit/af50c84643ce21cfbdfdabbdfae6bd5e1368c542 -- __

[issue43644] importlib.resources.as_file undocumented

2021-03-27 Thread Jason R. Coombs
Change by Jason R. Coombs : -- keywords: +patch pull_requests: +23796 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25048 ___ Python tracker ___

[issue43644] importlib.resources.as_file undocumented

2021-03-27 Thread Jason R. Coombs
Change by Jason R. Coombs : -- assignee: -> jaraco components: +Documentation type: -> enhancement versions: +Python 3.10, Python 3.9 ___ Python tracker ___ _

[issue43644] importlib.resources.as_file undocumented

2021-03-27 Thread Jason R. Coombs
New submission from Jason R. Coombs : As reported in https://github.com/python/importlib_resources/issues/210, the `as_file` function of importlib.resources is undocumented in CPython. -- messages: 389624 nosy: jaraco priority: normal severity: normal status: open title: importlib.reso