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

2022-01-05 Thread Yongfan Ming


New submission from Yongfan Ming :

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 
<https://bugs.python.org/issue46277>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2022-01-05 Thread Yongfan Ming


Yongfan Ming  added the comment:

just happend in jupyter notebook .

--
Added file: https://bugs.python.org/file50543/20220106143913.png

___
Python tracker 
<https://bugs.python.org/issue46277>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com