New submission from Pooia <[email protected]>:
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: normal severity: normal status: open title: '\t' (tab) support type: behavior versions: Python 3.8 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue44818> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
