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 other forums as far as I know. I don't know how the problem is caused. However, we shoule look at this problem carefully, until we solve it. ---------- assignee: terry.reedy components: IDLE messages: 378112 nosy: Alex-Python-Programmer, terry.reedy priority: normal severity: normal status: open title: IDLE does not Transform Tabs into Spaces in Interactive Mode versions: Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue41957> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com