Staging
v0.8.1
https://github.com/python/cpython
Revision 111772fc27cfe388bc060f019d68a3e33481ec65 authored by Toke Høiland-Jørgensen on 17 November 2019, 17:06:38 UTC, committed by Serhiy Storchaka on 17 November 2019, 17:06:38 UTC
Fix also the Path.symplink() method implementation for the case when
symlinks are not supported.
1 parent 645005e
Raw File
Tip revision: 111772fc27cfe388bc060f019d68a3e33481ec65 authored by Toke Høiland-Jørgensen on 17 November 2019, 17:06:38 UTC
bpo-38811: Check for presence of os.link method in pathlib. (GH-17170)
Tip revision: 111772f
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