[issue45495] IDLE: Add match and case to completions

2021-10-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: I emailed the OP reporting the fix, which will be in the next releases of 3.10 and 3.11. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue45495] IDLE: Add match and case to completions

2021-10-16 Thread miss-islington
miss-islington added the comment: New changeset a29470307308f64af9c55263cdd6e1984ba89925 by Miss Islington (bot) in branch '3.10': [3.10] bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000) (GH-29001) https://github.com/python/cpython/commit/a29470307308f64af9c55263cdd6e19

[issue45495] IDLE: Add match and case to completions

2021-10-16 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +27283 pull_request: https://github.com/python/cpython/pull/29001 ___ Python tracker _

[issue45495] IDLE: Add match and case to completions

2021-10-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 42ac06dcd234bdda989dcfe854ac5173337024c9 by Terry Jan Reedy in branch 'main': bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000) https://github.com/python/cpython/commit/42ac06dcd234bdda989dcfe854ac5173337024c9 --

[issue45495] IDLE: Add match and case to completions

2021-10-16 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +27282 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/29000 ___ Python tracker __

[issue45495] IDLE: Add match and case to completions

2021-10-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: That is because they are not keywords in keyword.kwlist. But we can add them to the completion list. Thanks for transferring the report. -- stage: -> test needed type: -> behavior ___ Python tracker

[issue45495] IDLE: Add match and case to completions

2021-10-16 Thread Terry J. Reedy
Change by Terry J. Reedy : -- title: IDLE: Add match and case -> IDLE: Add match and case to completions ___ Python tracker ___ ___