]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] Add "new in 3.15" comments to idlelib (GH-153052) (#153054)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 5 Jul 2026 02:28:53 +0000 (04:28 +0200)
committerGitHub <noreply@github.com>
Sun, 5 Jul 2026 02:28:53 +0000 (02:28 +0000)
commit7eb476dfbe8a62b02f976ab3211d86e8729c8f91
treeb79dca00706d806113e42d86341698acab24c4d8
parent41a2abe06d6e77c1ecbb7cf455a8cff59988debe
[3.15] Add "new in 3.15" comments to idlelib (GH-153052) (#153054)

Add "new in 3.15" comments to idlelib (GH-153052)

Lazy keyword added to colorizer and test in PR-GH-142351.
Tested NameError hint expanded in PR-GH-144299.
(cherry picked from commit 0621639e8fc0084af15550651198c9e221b6619d)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/colorizer.py
Lib/idlelib/idle_test/test_colorizer.py
Lib/idlelib/idle_test/test_run.py