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

2022-01-06 Thread Mark Dickinson


Mark Dickinson  added the comment:

https://github.com/ipython/ipython/issues/12843 looks very closely related, and 
may be the exact same bug.

--
nosy: +mark.dickinson

___
Python tracker 

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



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

2022-01-06 Thread STINNER Victor


STINNER Victor  added the comment:

vstinner@apu$ python3
Python 3.10.1 (main, Dec  9 2021, 00:00:00) [GCC 11.2.1 20211203 (Red Hat 
11.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> str_='''...
... ...
... ..
... ..
... .
... ...
... '''
>>> str_
'...\n...\n..\n..\n.\n...\n'

I cannot reproduce this issue in the Python REPL. I suggest to report the issue 
to jupyter.

--
resolution:  -> third party
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
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 

___
___
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


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 

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