This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: IDLE fix typo in test_calltip.py
Type: behavior Stage: resolved
Components: IDLE, Tests Versions: Python 3.11, Python 3.10, Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: terry.reedy Nosy List: caioagiani, miss-islington, terry.reedy
Priority: normal Keywords: patch

Created on 2022-01-30 16:59 by caioagiani, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 31027 closed caioagiani, 2022-01-30 17:00
PR 31119 merged caioagiani, 2022-02-04 01:02
PR 31121 merged miss-islington, 2022-02-04 04:40
PR 31122 merged miss-islington, 2022-02-04 04:40
Messages (3)
msg412490 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2022-02-04 04:40
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
msg412491 - (view) Author: miss-islington (miss-islington) Date: 2022-02-04 05:05
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
msg412492 - (view) Author: miss-islington (miss-islington) Date: 2022-02-04 05:11
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
History
Date User Action Args
2022-04-11 14:59:55adminsetgithub: 90746
2022-02-04 08:26:52terry.reedysetassignee: terry.reedy
title: fix typo in test_calltip.py -> IDLE fix typo in test_calltip.py
type: enhancement -> behavior
components: + IDLE
versions: + Python 3.9, Python 3.10
2022-02-04 05:11:22miss-islingtonsetmessages: + msg412492
2022-02-04 05:05:47miss-islingtonsetmessages: + msg412491
2022-02-04 04:40:14miss-islingtonsetpull_requests: + pull_request29303
2022-02-04 04:40:10miss-islingtonsetnosy: + miss-islington

pull_requests: + pull_request29302
2022-02-04 04:40:03terry.reedysetnosy: + terry.reedy
messages: + msg412490
2022-02-04 01:02:45caioagianisetpull_requests: + pull_request29300
2022-01-31 04:34:35caioagianisetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2022-01-30 17:00:40caioagianisetkeywords: + patch
stage: patch review
pull_requests: + pull_request29207
2022-01-30 16:59:31caioagianicreate