[issue41957] IDLE does not Transform Tabs into Spaces in Interactive Mode

2020-10-06 Thread Terry J. Reedy
Terry J. Reedy added the comment: #37903 is the first stage of a serious refactor -- resolution: -> duplicate stage: -> resolved status: open -> closed ___ Python tracker __

[issue41957] IDLE does not Transform Tabs into Spaces in Interactive Mode

2020-10-06 Thread E. Paine
E. Paine added the comment: This has been an issue for a *long* time (issue 7676). Hopefully, the merging of #37903 will allow this to be explored but currently there is not a lot that can be done (without a serious refactor). -- nosy: +epaine ___

[issue41957] IDLE does not Transform Tabs into Spaces in Interactive Mode

2020-10-06 Thread Alex
New submission from Alex <2423067...@qq.com>: In Python I usually find the problem like this. >>> for i in range(10): #some code In edit mode, IDLE will automatically transform tabs into spaces. But in interactive mode, IDLE won't do the same. The same problem have been reported in some