[issue24119] Carry comments with the AST

Serhiy Storchaka report at bugs.python.org
Mon May 1 13:57:59 EDT 2017


Serhiy Storchaka added the comment:

Where would comment be attached in the following case?

a = ('start'         # comment 1
     'continuation') # comment 2

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24119>
_______________________________________


More information about the Python-bugs-list mailing list