[issue46277] '''...''' error

Yongfan Ming report at bugs.python.org
Thu Jan 6 01:16:09 EST 2022


New submission from Yongfan Ming <hn3ng4n at 163.com>:

define:
str_='''...
...
..
..
.
...
'''
get:
str='...\n\n..\n..\n.\n\n'

if '...' in the second line, all '...' will be not read.

----------
components: Unicode
messages: 409816
nosy: ezio.melotti, sumowi, vstinner
priority: normal
severity: normal
status: open
title: '''...''' error
type: behavior
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46277>
_______________________________________


More information about the Python-bugs-list mailing list