New submission from BAHADIR <b123qweasd...@gmail.com>:

While working on several examples I noticed that ASCII Horizontal Tab (TAB) 
gives different results for different values. When I looked at the rfc 
documents, I couldn't see any result about its calculation. The calculation 
method I noticed myself is as follows ((8 -(string from previous "\t"))%8) * a 
number of spaces(in python IDLE) result change in other IDE or editors.

----------
components: Parser
messages: 398180
nosy: BAHADIR, lys.nikolaou, pablogsal
priority: normal
severity: normal
status: open
title: '\t' Escape Sequence behaving differently.
type: behavior
versions: Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44736>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to