On Wed, Aug 12, 2015 at 12:46 AM, R. David Murray <rdmur...@bitdance.com> wrote: > (If you wanted to fix an 'oops' trailing comma syntax issue, I'd vote for > disallowing trailing commas outside of (). The number of times I've > ended up with an unintentional tuple after converting a dictionary to a > series of assignments outnumbers both of the above :) Note, I am *not* > suggesting doing this!)
Outside of any form of bracket, I hope you mean. The ability to leave a trailing comma on a list or dict is well worth keeping: func = { "+": operator.add, "-": operator.sub, "*": operator.mul, "/": operator.truediv, } ChrisA _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com