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 ju-sh
Recipients ju-sh, serhiy.storchaka
Date 2019-11-05.18:26:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572978398.8.0.72504931036.issue38702@roundup.psfhosted.org>
In-reply-to
Content
Okay. 

But can lines like

    if first:first = False
    else: self.write(", ")

be changed to span across more number of lines?

Because things like

    first:first

looks like a type hint.
History
Date User Action Args
2019-11-05 18:26:38ju-shsetrecipients: + ju-sh, serhiy.storchaka
2019-11-05 18:26:38ju-shsetmessageid: <1572978398.8.0.72504931036.issue38702@roundup.psfhosted.org>
2019-11-05 18:26:38ju-shlinkissue38702 messages
2019-11-05 18:26:38ju-shcreate