8000 PEP 101: Remove outdated info and add new info by hugovk · Pull Request #3863 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

PEP 101: Remove outdated info and add new info #3863

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
PEP 101: Remove outdated info
  • Loading branch information
hugovk committed Jul 14, 2024
commit 9097667855eeba0e15dadfa59d5c5e28bd13d874
6 changes: 1 addition & 5 deletions peps/pep-0101.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ Here's a hopefully-complete list.
`Misc/NEWS <https://github.com/python/cpython/tree/main/Misc/NEWS.d>`_
management tool. You can pip install it.

* A fairly complete installation of a recent TeX distribution,
such as texlive. You need that for building the PDF docs.

* Access to servers where you will upload files:

* ``downloads.nyc1.psf.io``, the server that hosts download files; and
Expand Down Expand Up @@ -624,8 +621,7 @@ Now it's time to twiddle the website. Almost none of this is automated, sorry.

To do these steps, you must have the permission to edit the website. If you
don't have that, ask someone on pydotorg@python.org for the proper
permissions. (Or ask Ewa, who coordinated the effort for the new website
with RevSys.)
permissions.

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

Expand Down
0