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 BTaskaya
Recipients BTaskaya, gvanrossum, lukasz.langa, lys.nikolaou, pablogsal
Date 2020-10-07.15:21:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602084081.94.0.102787433573.issue41967@roundup.psfhosted.org>
In-reply-to
Content
After scanning 1552 annotated assignments in over 25k python modules (from most populer packages in PyPI) there are only 6 AnnAssign nodes where the annotations are multiline. For 516389 annotated arguments, only 20 of them are multiline annotations.
History
Date User Action Args
2020-10-07 15:21:21BTaskayasetrecipients: + BTaskaya, gvanrossum, lukasz.langa, lys.nikolaou, pablogsal
2020-10-07 15:21:21BTaskayasetmessageid: <1602084081.94.0.102787433573.issue41967@roundup.psfhosted.org>
2020-10-07 15:21:21BTaskayalinkissue41967 messages
2020-10-07 15:21:21BTaskayacreate