This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steven.daprano
Recipients JelleZijlstra, acue, steven.daprano
Date 2016-06-05.17:14:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465146897.65.0.836720722802.issue27234@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, it is intended. Commas create tuples, not parentheses. (With the exception of the empty tuple.) The parens are just for grouping and precedence. `1,` is a tuple, regardless of whether you use parens around it or not.
History
Date User Action Args
2016-06-05 17:14:57steven.dapranosetrecipients: + steven.daprano, JelleZijlstra, acue
2016-06-05 17:14:57steven.dapranosetmessageid: <1465146897.65.0.836720722802.issue27234@psf.upfronthosting.co.za>
2016-06-05 17:14:57steven.dapranolinkissue27234 messages
2016-06-05 17:14:57steven.dapranocreate