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 lukasz.langa
Recipients isaiah, lukasz.langa
Date 2018-05-15.17:33:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526405636.18.0.682650639539.issue33520@psf.upfronthosting.co.za>
In-reply-to
Content
For comparison, a tuple without parentheses:

  >>> ast.parse("1,2,3").body[0].value.col_offset
  0
History
Date User Action Args
2018-05-15 17:33:56lukasz.langasetrecipients: + lukasz.langa, isaiah
2018-05-15 17:33:56lukasz.langasetmessageid: <1526405636.18.0.682650639539.issue33520@psf.upfronthosting.co.za>
2018-05-15 17:33:56lukasz.langalinkissue33520 messages
2018-05-15 17:33:56lukasz.langacreate