[issue44818] '\t' (tab) support

2021-08-05 Thread Pooia
Pooia added the comment: Awesome, thanks! On Thu, Aug 5, 2021 at 3:14 PM Erlend E. Aasland wrote: > > Erlend E. Aasland added the comment: > > > I guess Python can't support tab > > AFAIK, it was a deliberate decision during the Python 2 => Python 3 > transition

[issue44818] '\t' (tab) support

2021-08-05 Thread Pooia
Pooia added the comment: Got it, thanks! Erlend E. Aasland: > I'm guessing this has to do with mixing spaces and tabs when indenting code. This can be fixed in your text editor precisely! It's the problem. Thank you I guess Python can't support tab but it sounds Gnu nano mix spaces and t

[issue44818] '\t' (tab) support

2021-08-04 Thread Pooia
Pooia added the comment: unexcpeted indent On Tue, Aug 3, 2021 at 7:59 PM Serhiy Storchaka wrote: > > Change by Serhiy Storchaka : > > > -- > status: open -> pending > > ___ > Python tracker > &l

[issue44818] '\t' (tab) support

2021-08-03 Thread Pooia
New submission from Pooia : Python can't use '\t' character. if I want fix it I will work a long time but a shorter fashion is replacing '\t' character with 4 space (by first clause of pep: 8) -- components: Parser messages: 398815 nosy: Pooia, lys.nikolaou, pablogsal priority