[New-bugs-announce] [issue41957] IDLE does not Transform Tabs into Spaces in Interactive Mode

Alex report at bugs.python.org
Tue Oct 6 06:55:52 EDT 2020


New submission from Alex <2423067593 at 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 <report at bugs.python.org>
<https://bugs.python.org/issue41957>
_______________________________________


More information about the New-bugs-announce mailing list