]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39359: [zipfile] add missing "pwd: expected bytes, got str" exception (GH-18031)
authorDaniel Hillier <daniel.hillier@gmail.com>
Thu, 23 Sep 2021 21:37:53 +0000 (07:37 +1000)
committerGitHub <noreply@github.com>
Thu, 23 Sep 2021 21:37:53 +0000 (23:37 +0200)
commit91099e25446b214725f8e2ffffbec6f90553260c
treeaccd914e2f290a671b7448ea31ffd104ac9e453b
parent86b833badd3d6864868404ead2f8c7994d24f85c
bpo-39359: [zipfile] add missing "pwd: expected bytes, got str" exception (GH-18031)
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS.d/next/Library/2020-01-16-13-54-28.bpo-39359.hzTu0h.rst [new file with mode: 0644]