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 vstinner
Recipients ezio.melotti, sumowi, vstinner
Date 2022-01-06.08:47:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641458829.68.0.422520775989.issue46277@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2022-01-06 08:47:09vstinnersetrecipients: + vstinner, ezio.melotti, sumowi
2022-01-06 08:47:09vstinnersetmessageid: <1641458829.68.0.422520775989.issue46277@roundup.psfhosted.org>
2022-01-06 08:47:09vstinnerlinkissue46277 messages
2022-01-06 08:47:09vstinnercreate