8000 gh-92240 : Include release dates for "What's New In Python 3.X" by georgically · Pull Request #92937 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-92240 : Include release dates for "What's New In Python 3.X" #92937

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 15 commits into from
May 29, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update Doc/whatsnew/3.10.rst
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
  • Loading branch information
georgically and JelleZijlstra authored May 22, 2022
commit 1e9e19e65e6b7f3726fb37b2232db10c3a34948b
3 changes: 2 additions & 1 deletion Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
This saves the maintainer the effort of going through the git log
when researching a change.

This article explains the new features in Python 3.10, compared to 3.9. Python 3.10 was released on Oct 4, 2021.
This article explains the new features in Python 3.10, compared to 3.9.
Python 3.10 was released on October 4, 2021.
For full details, see the :ref:`changelog <changelog>`.

Summary -- Release highlights
Expand Down
0