Staging
v0.5.1
https://github.com/python/cpython
Revision 452058448335b39c784af9a047f9c4a1767c0b00 authored by Joshua Cannon on 20 November 2020, 15:40:39 UTC, committed by GitHub on 20 November 2020, 15:40:39 UTC
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)`.
1 parent d20b7ed
Raw File
Tip revision: 452058448335b39c784af9a047f9c4a1767c0b00 authored by Joshua Cannon on 20 November 2020, 15:40:39 UTC
bpo-35498: Added slice support to PathLib parents attribute. (GH-11165)
Tip revision: 4520584
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top