]> granicus.if.org Git - python/commit
bpo-34775: Return NotImplemented in PurePath division. (GH-9509) (GH-15172)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 29 Aug 2019 05:05:59 +0000 (22:05 -0700)
committerNed Deily <nad@python.org>
Thu, 29 Aug 2019 05:05:59 +0000 (01:05 -0400)
commit4adcaf81513e57a2a4e278073a89efb1375af8df
tree5d821132440bf02d482e501c234168185167fe22
parente471a543a4f7c52a8d0081ec5142adab3416d8fb
bpo-34775: Return NotImplemented in PurePath division. (GH-9509) (GH-15172)

(cherry picked from commit 4c69be22df3852f17873a74d015528d9a8ae92d6)

Co-authored-by: aiudirog <aiudirog@gmail.com>
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS.d/next/Library/2018-09-23-03-18-52.bpo-34775.vHeuHk.rst [new file with mode: 0644]