[issue40384] IDLE: Undesired highlight

2020-04-24 Thread Alex
Alex <2423067...@qq.com> added the comment: The sharp is at line 2, not line 3. I made a mistake. -- ___ Python tracker ___ ___ Pyth

[issue40384] IDLE: Undesired highlight

2020-04-24 Thread Alex
New submission from Alex <2423067...@qq.com>: In this code: def a(): # def def b(): When I delete the # at line 3, the keyword 'def' become blue. -- assignee: terry.reedy components: IDLE messages: 367249 nosy: Alex-Python-Programmer, terry.reedy priority: normal severity: normal