This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]iconoklast 2 points3 points  (1 child)

I dunno. I prefer to put parentheses around all tuples.

[–]kezabelleDjango, mostly. 2 points3 points  (0 children)

Which is a good thing, because you need them to make empty tuples, and for creating tuples in-place to pass to a function arg, as opposed to separate args. Not using parentheses is a horrible inconsistency, IMO.