[issue45463] Document that # of identifiers allowed in global stmt is plural

2021-10-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: Thanks for the ready-to-go patch. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue45463] Document that # of identifiers allowed in global stmt is plural

2021-10-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 855d6247adb39d4e38b698b89e519587318abd80 by Miss Islington (bot) in branch '3.10': [3.10]bpo-45463: Clarify that global statements allows multiple names (GH-28851) (GH-28989) https://github.com/python/cpython/commit/855d6247adb39d4e38b698b89e51

[issue45463] Document that # of identifiers allowed in global stmt is plural

2021-10-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset ac1b7a3319f268487c310ac7449703193f5eddad by Miss Islington (bot) in branch '3.9': [3.9]bpo-45463: Clarify that global statements allows multiple names (GH-28851) (GH-28990) https://github.com/python/cpython/commit/ac1b7a3319f268487c310ac7449703

[issue45463] Document that # of identifiers allowed in global stmt is plural

2021-10-16 Thread miss-islington
Change by miss-islington : -- keywords: +patch nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +27273 pull_request: https://github.com/python/cpython/pull/28989 ___ Python tracker

[issue45463] Document that # of identifiers allowed in global stmt is plural

2021-10-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +27274 pull_request: https://github.com/python/cpython/pull/28990 ___ Python tracker ___ __

[issue45463] Document that # of identifiers allowed in global stmt is plural

2021-10-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 4ecd119b007cb766b8bede2dc78b70d29cd932dd by Luca Chiodini in branch 'main': bpo-45463: Clarify that global statements allows multiple names (GH-28851) https://github.com/python/cpython/commit/4ecd119b007cb766b8bede2dc78b70d29cd932dd --

[issue45463] Document that # of identifiers allowed in global stmt is plural

2021-10-16 Thread Terry J. Reedy
Change by Terry J. Reedy : -- stage: -> patch review title: Documentation inconsistency on the number of identifiers allowed in global stmt -> Document that # of identifiers allowed in global stmt is plural versions: +Python 3.10, Python 3.11, Python 3.9 _