[issue27675] IDLE file completion has 2 bugs depending on open quote used

2018-05-09 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thanks, Terry! I'm able to recreate the autocomplete issue on Windows 7 using 3.6.3, but not on Ubuntu. As you said, the color issue seems fine now for both platforms. I'll take a look at those other issues for the test cases. -- __

[issue27675] IDLE file completion has 2 bugs depending on open quote used

2018-05-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: I believe the report in August 2016 was about the time of the preliminary.0a4 release, months before the final 3.6.0 release. Something could have easily changed after. I should have been more detailed and accurate is what I wrote. In paragraph 2, I said I

[issue27675] IDLE file completion has 2 bugs depending on open quote used

2018-05-08 Thread Cheryl Sabella
Cheryl Sabella added the comment: I can't seem to recreate this. I tried on Ubuntu with master and Windows with 3.6.3. I'm not sure if it's been fixed by another change or if I'm not doing the steps correctly to recreate it. -- nosy: +csabella ___

[issue27675] IDLE file completion has 2 bugs depending on open quote used

2016-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: Experiments with colorizer debugger on: with auto popup disabled with a long wait, output for each character entered is (except for time variations) the following, regardless of quotation. schedule colorizing colorizing... 0.002 seconds If I type "'/" f

[issue27675] IDLE file completion has 2 bugs depending on open quote used

2016-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: When encountering a bug, it helps to determine the minimum needed to invoke the bug. os.chdir is irrelevant and distracting noise as far as investigating these bugs. There turns out to be two. Raw versus cooked mode is also irrelevant, so an 'r' prefix is n