[New-bugs-announce] [issue46385] Remove parenthetical symbols for readability and nlp

Devin Harper report at bugs.python.org
Fri Jan 14 21:50:23 EST 2022


New submission from Devin Harper <345trig at gmail.com>:

Parenthetical symbols like ()[]{} are unneeded if you just remove the complaining in the compiler/interpreter/programming language. It will increase readability and natural language programming( NLP). Just treat the symbols as strings and optional even for lists removing tuples. Tuples are unneeded too. Lists have everything tuples have and more.

----------
components: Tests
messages: 410616
nosy: 345trig
priority: normal
severity: normal
status: open
title: Remove parenthetical symbols for readability and nlp
type: compile error

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46385>
_______________________________________


More information about the New-bugs-announce mailing list