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 pablogsal
Recipients BTaskaya, eric.smith, pablogsal
Date 2020-01-05.18:18:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578248311.37.0.572211040379.issue39223@roundup.psfhosted.org>
In-reply-to
Content
The one in cpython/Tools/clinic/clinic.py:1185 is sort of an anti-pattern as it should be using 

'''\
Something something
'''

instead of skipping the newline.
History
Date User Action Args
2020-01-05 18:18:31pablogsalsetrecipients: + pablogsal, eric.smith, BTaskaya
2020-01-05 18:18:31pablogsalsetmessageid: <1578248311.37.0.572211040379.issue39223@roundup.psfhosted.org>
2020-01-05 18:18:31pablogsallinkissue39223 messages
2020-01-05 18:18:30pablogsalcreate