[issue46385] Remove parenthetical symbols for readability and nlp

Dennis Sweeney report at bugs.python.org
Fri Jan 14 22:02:44 EST 2022


Dennis Sweeney <sweeney.dennis650 at gmail.com> added the comment:

"Removing tuples" would be highly backwards-incompatible, as millions of programs rely on tuples, and we can't break them for no reason.

> Lists have everything tuples have and more.

Not true: tuples are hashable, so they can be used as keys in dicts and sets, while lists cannot.

The Python-Ideas mailing list, rather than this bug tracker, is probably a better location for these sorts of proposals, so I'll close this for now, but this ticket can be re-opened if you can arrive at some sort of consensus with others on that list.

----------
nosy: +Dennis Sweeney
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list