SIGN IN SIGN UP

bpo-35498: Added slice support to PathLib parents attribute. (GH-11165)

Added slice support to the `pathlib.Path.parents` sequence. For a `Path` `p`, slices of `p.parents` should return the same thing as slices of `tuple(p.parents)`.
J
Joshua Cannon committed
452058448335b39c784af9a047f9c4a1767c0b00
Parent: d20b7ed
Committed by GitHub <noreply@github.com> on 11/20/2020, 3:40:39 PM