This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: importlib.resources.as_file undocumented
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.10, Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jaraco Nosy List: jaraco, miss-islington
Priority: normal Keywords: patch

Created on 2021-03-27 22:10 by jaraco, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 25048 merged jaraco, 2021-03-27 23:36
PR 25049 merged miss-islington, 2021-03-28 00:26
Messages (3)
msg389624 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2021-03-27 22:10
As reported in https://github.com/python/importlib_resources/issues/210, the `as_file` function of importlib.resources is undocumented in CPython.
msg389625 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2021-03-28 00:25
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
msg389626 - (view) Author: miss-islington (miss-islington) Date: 2021-03-28 00:48
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
History
Date User Action Args
2022-04-11 14:59:43adminsetgithub: 87810
2021-03-28 00:49:47jaracosetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2021-03-28 00:48:59miss-islingtonsetmessages: + msg389626
2021-03-28 00:26:20miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request23798
2021-03-28 00:25:59jaracosetmessages: + msg389625
2021-03-27 23:36:42jaracosetkeywords: + patch
stage: patch review
pull_requests: + pull_request23796
2021-03-27 23:08:53jaracosetassignee: jaraco
type: enhancement
components: + Documentation
versions: + Python 3.9, Python 3.10
2021-03-27 22:10:40jaracocreate