Skip to content

Commit 708aa3b

Browse files
Merge branch 'main' into tools
2 parents cb3c0ff + 080faf2 commit 708aa3b

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

.github/CONTRIBUTING.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,18 @@ our workflow that are not covered by a bot or status check are:
3434
- All discussions that are not directly related to the code in the pull request
3535
should happen on `GitHub Issues <https://github.com/python/cpython/issues>`_.
3636
- Upon your first non-trivial pull request (which includes documentation changes),
37-
feel free to add yourself to ``Misc/ACKS``
37+
feel free to add yourself to ``Misc/ACKS``.
3838

3939

4040
Setting Expectations
4141
--------------------
42-
Due to the fact that this project is entirely volunteer-run (i.e. no one is paid
43-
to work on Python full-time), we unfortunately can make no guarantees as to if
42+
Due to the fact that this project is run by volunteers,
43+
unfortunately we cannot make any guarantees as to if
4444
or when a core developer will get around to reviewing your pull request.
4545
If no core developer has done a review or responded to changes made because of a
46-
"changes requested" review, please feel free to email python-dev to ask if
47-
someone could take a look at your pull request.
46+
"changes requested" review within a month, you can ask for someone to
47+
review your pull request via a post in the `Core Development Discourse
48+
category <https://discuss.python.org/c/core-dev/23>`__.
4849

4950

5051
Code of Conduct

Doc/library/mmap.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ To map anonymous memory, -1 should be passed as the fileno along with the length
212212
Writable :term:`bytes-like object` is now accepted.
213213

214214

215-
.. method:: flush([offset[, size]])
215+
.. method:: flush()
216+
flush(offset, size, /)
216217

217218
Flushes changes made to the in-memory copy of a file back to disk. Without
218219
use of this call there is no guarantee that changes are written back before

Doc/reference/compound_stmts.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@ the items are surrounded by parentheses. For example::
594594
statement.
595595

596596
.. _match:
597+
.. _case:
597598

598599
The :keyword:`!match` statement
599600
===============================

Tools/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ scripts A number of useful single-file programs. See scripts/README for
5252
ssl Scripts to generate ssl_data.h from OpenSSL sources, and run
5353
tests against multiple installations of OpenSSL and LibreSSL.
5454

55-
tsan Files that contain suppressions for TSan.
55+
tsan Utilities for building CPython with thread-sanitizer.
5656

5757
tz A script to dump timezone from /usr/share/zoneinfo.
5858

0 commit comments

Comments
 (0)