-
-
Notifications
You must be signed in to change notification settings - Fork 870
Updated "Status of Python versions" page #1531
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
Changes from 1 commit
87837ba
0f24453
2926a88
dc4f279
8850c25
223f178
5813c1c
2cc3a35
06ac26d
d2e56e6
3a4fe83
df95f8f
583f4c5
e43873f
2bb7cd8
e769654
73c7d45
b2975bc
45a454b
33b5f37
3f36d68
47df7c4
80a44b7
584d48a
213f5fc
6ae8f9f
70a2fe5
38ad862
2ae3700
5eb9243
a83cd0f
eb054b2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,13 +10,12 @@ branch that accepts new features. The latest release for each Python | |
version can be found on the `download page <https://www.python.org/downloads/>`_. | ||
|
||
|
||
Python release cycle | ||
==================== | ||
|
||
.. raw:: html | ||
:file: include/release-cycle.svg | ||
|
||
Another useful visualization is `endoflife.date/python <https://endoflife.date/python>`_. | ||
(See :ref:`below <versions-chart-all>` for a chart with older versions. | ||
nedbat marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Another useful visualization is `endoflife.date/python <https://endoflife.date/python>`_.) | ||
|
||
|
||
Supported versions | ||
================== | ||
|
@@ -40,6 +39,15 @@ Unsupported versions | |
:file: include/end-of-life.csv | ||
|
||
|
||
.. _versions-chart-all: | ||
|
||
Full chart | ||
========== | ||
|
||
.. raw:: html | ||
:file: include/release-cycle-all.svg | ||
Comment on lines
+44
to
+48
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I find the page structure a bit confusing, since it has two charts and two tables, with some level of overlapping between them but otherwise no further symmetry:
In particular:
This can also be addressed in a separate PR if you prefer. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This structure is deliberate. It keeps the tables together, and the least-useful info (the full chart) at the end, and a heavy distinction between active and EOL branches.
When we get tired of telling people that 2.7 is EOL, we set the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This is good, since they complement each other -- that's why I suggested putting them in the same subsection too.
Removing EOL branches from the first chart would make the distinction even clearer IMHO.
I don't think we need it in the first chart for that -- the fact that it's not even included should give them a hint, and if that's not enough they can find 2.7 in the table and in the full chart. |
||
|
||
|
||
Status key | ||
========== | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.