Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8d999cb

Browse filesBrowse files
committed
Update REAME and Docs sidebar for EOL
1 parent 2c56c97 commit 8d999cb
Copy full SHA for 8d999cb

File tree

Expand file treeCollapse file tree

3 files changed

+7
-8
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+7
-8
lines changed

‎Doc/tools/static/switchers.js

Copy file name to clipboardExpand all lines: Doc/tools/static/switchers.js
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
'(?:release/\\d.\\d[\\x\\d\\.]*)'];
1111

1212
var all_versions = {
13-
'3.10': 'dev (3.10)',
14-
'3.9': 'pre (3.9)',
13+
'3.11': 'dev (3.11)',
14+
'3.10': '3.10',
15+
'3.9': '3.9',
1516
'3.8': '3.8',
1617
'3.7': '3.7',
1718
'3.6': '3.6',

‎Doc/tools/templates/indexsidebar.html

Copy file name to clipboardExpand all lines: Doc/tools/templates/indexsidebar.html
+3-6Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@ <h3>{% trans %}Download{% endtrans %}</h3>
22
<p><a href="{{ pathto('download') }}">{% trans %}Download these documents{% endtrans %}</a></p>
33
<h3>{% trans %}Docs by version{% endtrans %}</h3>
44
<ul>
5-
<li><a href="https://docs.python.org/3.10/">{% trans %}Python 3.10 (in development){% endtrans %}</a></li>
6-
<li><a href="https://docs.python.org/3.9/">{% trans %}Python 3.9 (pre-release){% endtrans %}</a></li>
7-
<li><a href="https://docs.python.org/3.8/">{% trans %}Python 3.8 (stable){% endtrans %}</a></li>
8-
<li><a href="https://docs.python.org/3.7/">{% trans %}Python 3.7 (stable){% endtrans %}</a></li>
9-
<li><a href="https://docs.python.org/3.6/">{% trans %}Python 3.6 (security-fixes){% endtrans %}</a></li>
10-
<li><a href="https://docs.python.org/2.7/">{% trans %}Python 2.7 (EOL){% endtrans %}</a></li>
5+
<li><a href="https://docs.python.org/">{% trans %}Stable{% endtrans %}</a></li>
6+
<li><a href="https://docs.python.org/dev/">{% trans %}In development{% endtrans %}</a></li>
117
<li><a href="https://www.python.org/doc/versions/">{% trans %}All versions{% endtrans %}</a></li>
128
</ul>
139

@@ -18,4 +14,5 @@ <h3>{% trans %}Other resources{% endtrans %}</h3>
1814
<li><a href="https://wiki.python.org/moin/BeginnersGuide">{% trans %}Beginner's Guide{% endtrans %}</a></li>
1915
<li><a href="https://wiki.python.org/moin/PythonBooks">{% trans %}Book List{% endtrans %}</a></li>
2016
<li><a href="https://www.python.org/doc/av/">{% trans %}Audio/Visual Talks{% endtrans %}</a></li>
17+
<li><a href="https://devguide.python.org/">{% trans %}Python Developer’s Guide{% endtrans %}</a></li>
2118
</ul>

‎README.rst

Copy file name to clipboardExpand all lines: README.rst
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ All current PEPs, as well as guidelines for submitting a new PEP, are listed at
236236
Release Schedule
237237
----------------
238238

239+
As of 2021-12-23, Python 3.6 has reached ``end-of-life`` status.
239240
See :pep:`494` for Python 3.6 release details.
240241

241242

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.