Replies: 6 comments
-
I couldn't fit it into the recommendations, but here's some suggestions:
And end-user shouldn't have to worry about this at all. The dev-site is also focused on "branches", which is not necessarily something an end-user is used to. (everything else uses releases). Except for that one small table, everything else on the entire devguide.python.org is targeted to python developers. Perhaps it could be hosted on
Having this easily accessible in the main Python site will be a win. See for eg, this question which points out how this information was hard to get from search engines. On a related note, the "docs side is versioned" makes for bad publication across multiple python projects:
|
Beta Was this translation helpful? Give feedback.
-
Another thing is the active and EOL branches are split across two pages: https://devguide.python.org/#status-of-python-branches They should be on one page. Also the latter table has a useful link to the former. But you need to scroll down the former's page to find and click "Development Cycle" and then scroll down again. Also, as an end user, what's all this talk of branches? I want a Python release like 3.9 or 3.10. |
Beta Was this translation helpful? Give feedback.
-
As another empirical metric, Python shows up at the top of our search metrics:
You can see some numbers on our Wiki. |
Beta Was this translation helpful? Give feedback.
-
This pull request replaces the two tables mentioned above with two easily-parsable We are also reorganizing the structure of the devguide, so we could move these two tables in a page on their own in a future PR. |
Beta Was this translation helpful? Give feedback.
-
Also, we're giving Release PEPs their own You can see a preview here. |
Beta Was this translation helpful? Give feedback.
-
I also created an issue about adding a page to python.org as suggested by @captn3m0 above: This page will mainly benefit the end users that are looking for this information through search engines -- scripts and bots can still parse the Devguide's |
Beta Was this translation helpful? Give feedback.
-
Hi,
Python is listed as a bad example, citing that "Python maintains the EoL status on the website for Python developers".
What is bad about this?
The devguide site is used because the main documentation is versioned, so the info can't go there (for reasons detailed in your recommendations -- support policy might change over time, but the link should not).
Beta Was this translation helpful? Give feedback.
All reactions