[issue33907] IDLE: Rename calltips and CallTips as calltip and Calltip.

2018-06-20 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue33907] IDLE: Rename calltips and CallTips as calltip and Calltip.

2018-06-20 Thread miss-islington
miss-islington added the comment: New changeset 17d4c53fa3516f78df3c4f343bc6d2007af157cf by Miss Islington (bot) in branch '3.6': bpo-33907: Rename an IDLE module and classes. (GH-7810) https://github.com/python/cpython/commit/17d4c53fa3516f78df3c4f343bc6d2007af157cf --

[issue33907] IDLE: Rename calltips and CallTips as calltip and Calltip.

2018-06-20 Thread miss-islington
miss-islington added the comment: New changeset ce52f5ee0925925f5662f6b34cc637cfe6c0a46e by Miss Islington (bot) in branch '3.7': bpo-33907: Rename an IDLE module and classes. (GH-7810) https://github.com/python/cpython/commit/ce52f5ee0925925f5662f6b34cc637cfe6c0a46e -- nosy:

[issue33907] IDLE: Rename calltips and CallTips as calltip and Calltip.

2018-06-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +7420 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33907] IDLE: Rename calltips and CallTips as calltip and Calltip.

2018-06-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +7419 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33907] IDLE: Rename calltips and CallTips as calltip and Calltip.

2018-06-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 9af1836664d241fec6e62955ffaa559b3a2eaf1b by Terry Jan Reedy in branch 'master': bpo-33907: Rename an IDLE module and classes. (GH-7810) https://github.com/python/cpython/commit/9af1836664d241fec6e62955ffaa559b3a2eaf1b --

[issue33907] IDLE: Rename calltips and CallTips as calltip and Calltip.

2018-06-19 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +7416 stage: needs patch -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue33907] IDLE: Rename calltips and CallTips as calltip and Calltip.

2018-06-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset e97a685185b82ba6de6de576fc2a4cf3cd6192af by Terry Jan Reedy in branch '3.6': [3.6] bpo-33907: Rename an IDLE module and class. (GH-7807) (GH-7809) https://github.com/python/cpython/commit/e97a685185b82ba6de6de576fc2a4cf3cd6192af --

[issue33907] IDLE: Rename calltips and CallTips as calltip and Calltip.

2018-06-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: The calltip window class name is only used in 4 places, so I decided to expand to CalltipWindow. -- ___ Python tracker ___

[issue33907] IDLE: Rename calltips and CallTips as calltip and Calltip.

2018-06-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: I also changed calltips.CallTips to calltip.Calltip, which is the same class name as for calltip_w.Calltip (formerly CallTip). This is confusing now and would block merging the files. Change the latter to calltip_w.CalltipW (for Window). -- nosy:

[issue33907] IDLE: Rename calltips and CallTips as calltip and Calltip.

2018-06-19 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +7415 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33907] IDLE: Rename calltips and CallTips as calltip and Calltip.

2018-06-19 Thread miss-islington
miss-islington added the comment: New changeset b89a376b3b9bdc3b6f1b7d05ff64babcbfd93cc2 by Miss Islington (bot) in branch '3.7': bpo-33907: Rename an IDLE module and class. (GH-7807) https://github.com/python/cpython/commit/b89a376b3b9bdc3b6f1b7d05ff64babcbfd93cc2 -- nosy:

[issue33907] IDLE: Rename calltips and CallTips as calltip and Calltip.

2018-06-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +7414 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33907] IDLE: Rename calltips and CallTips as calltip and Calltip.

2018-06-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 06e2029dfa500a42e3565ed7ba8573412f153d1c by Terry Jan Reedy in branch 'master': bpo-33907: Rename an IDLE module and class. (GH-7807) https://github.com/python/cpython/commit/06e2029dfa500a42e3565ed7ba8573412f153d1c --

[issue33907] IDLE: Rename calltips and CallTips as calltip and Calltip.

2018-06-19 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +7413 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue33907] IDLE: Rename calltips and CallTips as calltip and Calltip.

2018-06-19 Thread Terry J. Reedy
New submission from Terry J. Reedy : Rename module 'calltips' as 'calltip' 1. 'calltips' and 'windows' are the only two plural module names. 2. 'calltip' fits better with 'calltip_w' (which may, however, be merged in 'calltip'. Module rename can be checked as with 'window', #33906. and class