10000 gh-99836: IDLE - update news.txt for 3.12 by terryjreedy · Pull Request #104444 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-99836: IDLE - update news.txt for 3.12 #104444

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 3 commits into from
May 13, 2023
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
Next Next commit
gh-99836: IDLE 3.12 news.txt
  • Loading branch information
terryjreedy committed Nov 28, 2022
commit 403c72a2000793ec0f690dd701c4ca105fbdbad3
9 changes: 8 additions & 1 deletion Lib/idlelib/NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
What's New in IDLE 3.12.0
(since 3.11.0)
Released on 2023-10-02
===========================




What's New in IDLE 3.11.0
(since 3.10.0)
Released on 2022-10-03
=========================


gh-97527: Fix a bug in the previous bugfix that caused IDLE to not
start when run with 3.10.8, 3.12.0a1, and at least Microsoft Python
3.10.2288.0 installed without the Lib/test package. 3.11.0 was never
Expand Down
0