[issue41278] Wrong Completion on Editing Mode of IDLE

2020-07-14 Thread E. Paine
E. Paine added the comment: I can only seem to reproduce this in shell and that is by importing "idlelib.__main__" before then typing "__main__." However, typing "__main__." in shell and editor (without importing "idlelib.__main__") does give different completions. In shell, it gives a list

[issue41278] Wrong Completion on Editing Mode of IDLE

2020-07-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: We cannot do anything with this report unless you give exact keystroke-by-keystroke details and we are able to reproduce the issue. Also, what OS? If *nix, which? How did you start IDLE? Unless you start IDLE with -n or explicitly import idlelib, it shoul

[issue41278] Wrong Completion on Editing Mode of IDLE

2020-07-13 Thread Alex
Alex <2423067...@qq.com> added the comment: Well. I found that this bug happens frequntly, sometimes it just shows the proper list, like __builtins__, __docs__ and stuff. Sometimes the completion windows just gives me 'idlelib'. p.s.:idle won't show __main__ when you type something and press c

[issue41278] Wrong Completion on Editing Mode of IDLE

2020-07-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: On Windows, with 3.8.4rc1 and 3.8 repository, ^space brings up proper list. Give more details. -- ___ Python tracker ___ __

[issue41278] Wrong Completion on Editing Mode of IDLE

2020-07-11 Thread Alex
New submission from Alex <2423067...@qq.com>: When I type (on editing mode, not interacting mode) __main__. + Ctrl+Space, the completion window shows 'idlelib'. -- assignee: terry.reedy components: IDLE messages: 373518 nosy: Alex-Python-Programmer, terry.reedy priority: normal severit