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 tusharsadhwani
Recipients BTaskaya, lys.nikolaou, pablogsal, tusharsadhwani
Date 2022-01-25.16:32:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643128363.54.0.763399892385.issue46521@roundup.psfhosted.org>
In-reply-to
Content
wontfix would really suck, because that would mean every REPL written with the `code` module will be broken, even IPython:

```
$ ipython
Python 3.10.0 (default, Oct 11 2021, 05:33:59) [GCC 11.2.0]
Type 'copyright', 'credits' or 'license' for more information
IPython 8.0.1 -- An enhanced Interactive Python. Type '?' for help.

In [1]: abc def '''
   ...: 
   ...: 
```
History
Date User Action Args
2022-01-25 16:32:43tusharsadhwanisetrecipients: + tusharsadhwani, lys.nikolaou, pablogsal, BTaskaya
2022-01-25 16:32:43tusharsadhwanisetmessageid: <1643128363.54.0.763399892385.issue46521@roundup.psfhosted.org>
2022-01-25 16:32:43tusharsadhwanilinkissue46521 messages
2022-01-25 16:32:43tusharsadhwanicreate