Dennis Sweeney <sweeney.dennis...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue46385> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com