]> granicus.if.org Git - python/commit
bpo-37520: Correct behavior for zipfile.Path.parent (GH-14638) (GH-14641)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 7 Jul 2019 22:05:53 +0000 (15:05 -0700)
committerJason R. Coombs <jaraco@jaraco.com>
Sun, 7 Jul 2019 22:05:53 +0000 (18:05 -0400)
commit66905d14672517d50dc8ba516b9839f9ddbcc131
treee53445b758f1c3b06d5373101f9553745a395d8a
parent3f7d0c9665ca546bb0073376cb83e31dd13b48d9
bpo-37520: Correct behavior for zipfile.Path.parent (GH-14638) (GH-14641)

* bpo-37520: Correct behavior for zipfile.Path.parent

* ðŸ“œðŸ¤– Added by blurb_it.
(cherry picked from commit 38f44b4a4adc37e8f5f8971917d8b3145f351a56)

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS.d/next/Library/2019-07-07-21-09-08.bpo-37520.Gg0KD6.rst [new file with mode: 0644]