[issue39693] tarfile's extractfile documentation is misleading

2020-10-20 Thread A.M. Kuchling
A.M. Kuchling added the comment: Closing after applying the PR. Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10 -Python 3.7, Python 3.8 ___ Python tracker

[issue39693] tarfile's extractfile documentation is misleading

2020-10-20 Thread A.M. Kuchling
A.M. Kuchling added the comment: New changeset b249aeae89f55b9da5cdff082ba271e2b15b7825 by Miss Skeleton (bot) in branch '3.9': bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639) https://github.com/python/cpython/commit/b249aeae89f55b9da5cdff082ba271e2b15b7825

[issue39693] tarfile's extractfile documentation is misleading

2020-10-20 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +21775 pull_request: https://github.com/python/cpython/pull/22819 ___ Python tracker _

[issue39693] tarfile's extractfile documentation is misleading

2020-10-20 Thread A.M. Kuchling
A.M. Kuchling added the comment: New changeset ec42789e6e14f6b6ac13569aeadc13798d7173a8 by Andrey Doroschenko in branch 'master': bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639) https://github.com/python/cpython/commit/ec42789e6e14f6b6ac13569aeadc13798d7173a8 ---

[issue39693] tarfile's extractfile documentation is misleading

2020-02-23 Thread Andrei Daraschenka
Change by Andrei Daraschenka : -- keywords: +patch nosy: +dorosch nosy_count: 3.0 -> 4.0 pull_requests: +18005 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18639 ___ Python tracker

[issue39693] tarfile's extractfile documentation is misleading

2020-02-19 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +ethan.furman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue39693] tarfile's extractfile documentation is misleading

2020-02-19 Thread Josh Rosenberg
New submission from Josh Rosenberg : The documentation for extractfile ( https://docs.python.org/3/library/tarfile.html#tarfile.TarFile.extractfile ) says: "Extract a member from the archive as a file object. member may be a filename or a TarInfo object. If member is a regular file or a link