Staging
v0.5.1
https://github.com/python/cpython
Revision d23ee5d652ba69a32504dac43131be782b6afdc7 authored by Miss Islington (bot) on 28 May 2020, 01:41:38 UTC, committed by GitHub on 28 May 2020, 01:41:38 UTC

* Use a more universal explanation of string interpolation rather than specifically referencing sprintf(), which depends on the reader having a C background.

Co-authored-by: Kyle Stanley <aeros167@gmail.com>
(cherry picked from commit eaca2aa117d663acf8160a0b4543ee2c7006fcc7)

Co-authored-by: Adorilson Bezerra <adorilson@gmail.com>
1 parent de6b684
Raw File
Tip revision: d23ee5d652ba69a32504dac43131be782b6afdc7 authored by Miss Islington (bot) on 28 May 2020, 01:41:38 UTC
Improve IO tutorial's "Old string formatting" section (GH-16251)
Tip revision: d23ee5d
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