diff options
author | Marat Idrisov <idrisov.m.ti@gmail.com> | 2023-12-19 19:04:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-19 19:04:43 (GMT) |
commit | e1117cb8864ca337a26388a6186aa85f7cc29a94 (patch) | |
tree | de6e948630636debbbb7f9ba09c01c8774d53bcb /Misc | |
parent | 6a1d5a4c0f209d51ab33d6529935d643bcdb3ba2 (diff) | |
download | cpython-e1117cb8864ca337a26388a6186aa85f7cc29a94.zip cpython-e1117cb8864ca337a26388a6186aa85f7cc29a94.tar.gz cpython-e1117cb8864ca337a26388a6186aa85f7cc29a94.tar.bz2 |
gh-87264: Convert tarinfo type to stat type (GH-113230)
Co-authored-by: val-shkolnikov <val@nvsoft.net>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-12-17-13-56-30.gh-issue-87264.RgfHCv.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-12-17-13-56-30.gh-issue-87264.RgfHCv.rst b/Misc/NEWS.d/next/Library/2023-12-17-13-56-30.gh-issue-87264.RgfHCv.rst new file mode 100644 index 0000000..fa987d4 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-12-17-13-56-30.gh-issue-87264.RgfHCv.rst @@ -0,0 +1 @@ +Fixed tarfile list() method to show file type. |