Skip to content

Commit cd9731c

Browse files
authored
Merge branch 'main' into pep-wheel-variants-acceptance
2 parents 6538ba9 + 623c591 commit cd9731c

File tree

4 files changed

+268
-236
lines changed

4 files changed

+268
-236
lines changed

pep_sphinx_extensions/pep_theme/static/style.css

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ div.table-wrapper {
236236
table {
237237
width: 100%;
238238
border-collapse: collapse;
239-
border: 1px solid var(--colour-background-accent-strong);
240239
}
241240
table caption {
242241
margin: 1rem 0 .75rem;
@@ -245,22 +244,16 @@ table thead tr {
245244
background-color: var(--colour-background-accent-medium);
246245
color: var(--colour-text-strong);
247246
}
248-
table tbody tr {
249-
border-top: 1px solid var(--colour-background-accent-strong);
250-
}
251247
table th,
252248
table td {
253249
text-align: left;
254250
padding: 0.25rem 0.5rem 0.2rem;
251+
border: 1px solid var(--colour-background-accent-strong);
255252
}
256253
table.pep-zero-table tr td:nth-child(1),
257254
table.pep-zero-table tr td:nth-child(2) {
258255
white-space: nowrap;
259256
}
260-
table th + th,
261-
table td + td {
262-
border-left: 1px solid var(--colour-background-accent-strong);
263-
}
264257
/* Common column widths for PEP status tables */
265258
table.pep-zero-table tr td:nth-child(1) {
266259
width: 5%;

peps/pep-0101.rst

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,6 @@ and guides you to perform some manual steps.
330330
- Compile all variants of binaries (32-bit, 64-bit, debug/release),
331331
including running profile-guided optimization.
332332

333-
- Compile the HTML Help file containing the Python documentation.
334-
335333
- Codesign all the binaries with the PSF's certificate.
336334

337335
- Create packages for python.org, nuget.org, the embeddable distro and
@@ -740,20 +738,6 @@ else does them. Some of those tasks include:
740738

741739
git push upstream --delete 3.3 # or perform from GitHub Settings page
742740

743-
- Remove the release from the list of "Active Python Releases" on the Downloads
744-
page. To do this, `log in to the admin page <https://www.python.org/admin>`__
745-
for python.org, navigate to Boxes,
746-
and edit the ``downloads-active-releases`` entry. Strip out the relevant
747-
paragraph of HTML for your release. (You'll probably have to do the ``curl -X PURGE``
748-
trick to purge the cache if you want to confirm you made the change correctly.)
749-
750-
- Add a retired notice to each release page on python.org for the retired branch.
751-
For example:
752-
753-
* https://www.python.org/downloads/release/python-337/
754-
755-
* https://www.python.org/downloads/release/python-336/
756-
757741
- In python-releases.toml_, set the branch status to end-of-life.
758742

759743
- Update or remove references to the branch in the `developer's guide

0 commit comments

Comments
 (0)