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

STINNER Victor report at bugs.python.org
Thu Jan 6 03:47:09 EST 2022


STINNER Victor <vstinner at python.org> added the comment:

vstinner at 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 <report at bugs.python.org>
<https://bugs.python.org/issue46277>
_______________________________________


More information about the Python-bugs-list mailing list