]> granicus.if.org Git - python/commit
bpo-37520: Correct behavior for zipfile.Path.parent (GH-14638)
authorJason R. Coombs <jaraco@jaraco.com>
Sun, 7 Jul 2019 21:37:50 +0000 (17:37 -0400)
committerGitHub <noreply@github.com>
Sun, 7 Jul 2019 21:37:50 +0000 (17:37 -0400)
commit38f44b4a4adc37e8f5f8971917d8b3145f351a56
treea37b1db09d407bbe909198f1df79429cc0cb1217
parentf6cdd3ff687ebbf8209d793a18a042ea495c4aeb
bpo-37520: Correct behavior for zipfile.Path.parent (GH-14638)

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

* ðŸ“œðŸ¤– Added by blurb_it.
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]