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 sumowi
Recipients ezio.melotti, sumowi, vstinner
Date 2022-01-06.06:16:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641449769.57.0.266073806633.issue46277@roundup.psfhosted.org>
In-reply-to
Content
define:
str_='''...
...
..
..
.
...
'''
get:
str='...\n\n..\n..\n.\n\n'

if '...' in the second line, all '...' will be not read.
History
Date User Action Args
2022-01-06 06:16:09sumowisetrecipients: + sumowi, vstinner, ezio.melotti
2022-01-06 06:16:09sumowisetmessageid: <1641449769.57.0.266073806633.issue46277@roundup.psfhosted.org>
2022-01-06 06:16:09sumowilinkissue46277 messages
2022-01-06 06:16:09sumowicreate