8000 Sort table by Python version by hugovk · Pull Request #600 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

Sort table by Python version #600

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 1 commit into from
Aug 13, 2020
Merged
Changes from all commits
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
Sort table by Python version
  • Loading branch information
hugovk authored Jul 27, 2020
commit 5fcc79a97d9eecbffa7ae7d1ea1ca301a63da3c3
4 changes: 2 additions & 2 deletions devcycle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ For reference, here are the Python versions that most recently reached their end
+------------------+--------------+----------------+----------------+----------------------------------+
| 3.0 | :pep:`361` | 2008-12-03 | 2009-06-27 | Barry Warsaw |
+------------------+--------------+----------------+----------------+----------------------------------+
| 2.6 | :pep:`361` | 2008-10-01 | 2013-10-29 | Barry Warsaw |
+------------------+--------------+----------------+----------------+----------------------------------+
| 2.7 | :pep:`373` | 2010-07-03 | 2020-01-01 | Benjamin Peterson |
+------------------+--------------+----------------+----------------+----------------------------------+
| 2.6 | :pep:`361` | 2008-10-01 | 2013-10-29 | Barry Warsaw |
+------------------+--------------+----------------+----------------+----------------------------------+

The latest release for each Python version can be found on the `download page
<https://www.python.org/downloads/>`_.
Expand Down
0