[issue46588] fix typo in test_calltip.py

2022-02-03 Thread miss-islington
miss-islington added the comment: New changeset 9ce0b00fb1172e743de985eda28e3335aa95014a by Miss Islington (bot) in branch '3.10': bpo-46588: fix typo in test_calltip.py (GH-31119) https://github.com/python/cpython/commit/9ce0b00fb1172e743de985eda28e3335aa95014a --

[issue46588] fix typo in test_calltip.py

2022-02-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +29303 pull_request: https://github.com/python/cpython/pull/31122 ___ Python tracker ___

[issue46588] fix typo in test_calltip.py

2022-02-03 Thread miss-islington
miss-islington added the comment: New changeset 663370aea5dcf9074455b45283e980c7bc353674 by Miss Islington (bot) in branch '3.9': bpo-46588: fix typo in test_calltip.py (GH-31119) https://github.com/python/cpython/commit/663370aea5dcf9074455b45283e980c7bc353674 --

[issue46588] fix typo in test_calltip.py

2022-02-03 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +29302 pull_request: https://github.com/python/cpython/pull/31121 ___ Python tracker

[issue46588] fix typo in test_calltip.py

2022-02-03 Thread Terry J. Reedy
New submission from Terry J. Reedy : New changeset 222865daabfa7a8b12ca9a5e9c23b9ce217448f1 by Caio Agiani in branch 'main': bpo-46588: fix typo in test_calltip.py (GH-31119) https://github.com/python/cpython/commit/222865daabfa7a8b12ca9a5e9c23b9ce217448f1 -- nosy: +terry.reedy

[issue46588] fix typo in test_calltip.py

2022-02-03 Thread Caio Agiani
Change by Caio Agiani : -- pull_requests: +29300 pull_request: https://github.com/python/cpython/pull/31119 ___ Python tracker ___

[issue46588] fix typo in test_calltip.py

2022-01-30 Thread Caio Agiani
Change by Caio Agiani : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue46588] fix typo in test_calltip.py

2022-01-30 Thread Caio Agiani
Change by Caio Agiani : -- keywords: +patch pull_requests: +29207 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31027 ___ Python tracker ___

[issue46588] fix typo in test_calltip.py

2022-01-30 Thread Caio Agiani
Change by Caio Agiani : -- components: Tests nosy: caioagiani priority: normal severity: normal status: open title: fix typo in test_calltip.py type: enhancement versions: Python 3.11 ___ Python tracker