Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ebb50c

Browse files
authored
PEP 101: Remove outdated info and add new info (#3863)
* PEP 101: Remove outdated info * PEP 101: Update make command for running tests * PEP 101: Replace '#python-dev and/or python-committers' with 'Discord and/or Discourse * PEP 101: Add Hugo as 3.14 RM * PEP 101: Add to PSRT
1 parent 181ffb6 commit 9ebb50c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ peps/pep-0020.rst @tim-one
5050
peps/pep-0042.rst @jeremyhylton
5151
# ...
5252
peps/pep-0100.rst @malemburg
53-
peps/pep-0101.rst @Yhg1s @pablogsal @ambv @ned-deily
53+
peps/pep-0101.rst @hugovk @Yhg1s @pablogsal @ambv @ned-deily
5454
peps/pep-0102.rst @warsaw @gvanrossum
5555
# peps/pep-0103.rst
5656
# ...

peps/pep-0101.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ Here's a hopefully-complete list.
5050
`Misc/NEWS <https://github.com/python/cpython/tree/main/Misc/NEWS.d>`_
5151
management tool. You can pip install it.
5252

53-
* A fairly complete installation of a recent TeX distribution,
54-
such as texlive. You need that for building the PDF docs.
55-
5653
* Access to servers where you will upload files:
5754

5855
* ``downloads.nyc1.psf.io``, the server that hosts download files; and
@@ -80,6 +77,9 @@ Here's a hopefully-complete list.
8077
account, or a redirecting alias + SMTP credentials to send email from
8178
this address that looks legit to major email providers.
8279

80+
* Be added to the `Python Security Response Team
81+
<https://www.python.org/dev/security/>`__.
82+
8383
Types of Releases
8484
=================
8585

@@ -124,6 +124,7 @@ release. The roles and their current experts are:
124124

125125
* RM = Release Manager
126126

127+
- Hugo van Kemenade <[email protected]> (FI)
127128
- Thomas Wouters <[email protected]> (NL)
128129
- Pablo Galindo Salgado <[email protected]> (UK)
129130
- Łukasz Langa <[email protected]> (PL)
@@ -331,7 +332,7 @@ to perform some manual editing steps.
331332
If you're feeling lucky and have some time to kill, or if you are making
332333
a release candidate or **final** release, run the full test suite::
333334

334-
make testall
335+
make buildbottest
335336

336337
If the tests pass, then you can feel good that the tarball is
337338
fine. If some of the tests fail, or anything else about the
@@ -388,8 +389,8 @@ to perform some manual editing steps.
388389
to your home directory on ``downloads.nyc1.psf.io``.
389390

390391
While you're waiting for the files to finish uploading, you can continue
391-
on with the remaining tasks. You can also ask folks on #python-dev
392-
and/or python-committers to download the files as they finish uploading
392+
on with the remaining tasks. You can also ask folks on Discord
393+
and/or `discuss.python.org`_ to download the files as they finish uploading
393394
so that they can test them on their platforms as well.
394395

395396
- Now you need to go to ``downloads.nyc1.psf.io`` and move all the files in place
@@ -624,8 +625,7 @@ Now it's time to twiddle the website. Almost none of this is automated, sorry.
624625

625626
To do these steps, you must have the permission to edit the website. If you
626627
don't have that, ask someone on [email protected] for the proper
627-
permissions. (Or ask Ewa, who coordinated the effort for the new website
628-
with RevSys.)
628+
permissions.
629629

630630
- Log in to https://www.python.org/admin
631631

0 commit comments

Comments
 (0)