[issue28395] Remove unnecessary semicolons in tests

2021-06-23 Thread Dong-hee Na
Change by Dong-hee Na : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue28395] Remove unnecessary semicolons in tests

2021-06-23 Thread miss-islington
miss-islington added the comment: New changeset fcde2c6a8c99a56576b25733d5cc60bce6d51f46 by Miss Islington (bot) in branch '3.9': bpo-28395: Remove unnecessary semicolons in tests (GH-26868) https://github.com/python/cpython/commit/fcde2c6a8c99a56576b25733d5cc60bce6d51f46 -- __

[issue28395] Remove unnecessary semicolons in tests

2021-06-23 Thread miss-islington
miss-islington added the comment: New changeset 280425d41797f9c0b20fb02a22341937a13a8987 by Miss Islington (bot) in branch '3.10': bpo-28395: Remove unnecessary semicolons in tests (GH-26868) https://github.com/python/cpython/commit/280425d41797f9c0b20fb02a22341937a13a8987 -- _

[issue28395] Remove unnecessary semicolons in tests

2021-06-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +25446 pull_request: https://github.com/python/cpython/pull/26871 ___ Python tracker ___ __

[issue28395] Remove unnecessary semicolons in tests

2021-06-23 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +25445 pull_request: https://github.com/python/cpython/pull/26870 ___ Python tracker _

[issue28395] Remove unnecessary semicolons in tests

2021-06-23 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 5a3108044d2e5b694da2d1f4176c9bbaef15c142 by Dong-hee Na in branch 'main': bpo-28395: Remove unnecessary semicolons in tests (GH-26868) https://github.com/python/cpython/commit/5a3108044d2e5b694da2d1f4176c9bbaef15c142 -- _

[issue28395] Remove unnecessary semicolons in tests

2021-06-22 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 nosy_count: 3.0 -> 4.0 pull_requests: +25443 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26868 ___ Python tracker __

[issue28395] Remove unnecessary semicolons in tests

2021-06-22 Thread Irit Katriel
Irit Katriel added the comment: The patch needs to be converted to a github PR. -- keywords: +easy nosy: +iritkatriel title: Remove unnecessary semicolons -> Remove unnecessary semicolons in tests versions: +Python 3.10, Python 3.11, Python 3.9 ___

[issue28395] Remove unnecessary semicolons

2016-10-09 Thread Mariatta Wijaya
New submission from Mariatta Wijaya: Thanks scop. The patch looks good to me, and it can be applied cleanly to 3.5, 3.6, and default branches. I did find more occurrences of unnecessary semicolons, for example (not a complete list) https://github.com/python/cpython/blob/master/Lib/smtpd.py#L

[issue28395] Remove unnecessary semicolons

2016-10-09 Thread Ville Skyttä
Changes by Ville Skyttä : -- components: Tests files: semicolons.patch keywords: patch nosy: scop priority: normal severity: normal status: open title: Remove unnecessary semicolons type: enhancement Added file: http://bugs.python.org/file45032/semicolons.patch _