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 pablogsal
Recipients aroberge, gvanrossum, lys.nikolaou, pablogsal, terry.reedy
Date 2022-02-08.12:33:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644323603.14.0.00699608656278.issue43366@roundup.psfhosted.org>
In-reply-to
Content
This has been fixed by commit 69e10976b2e7682c6d57f4272932ebc19f8e8859:

Python 3.11.0a5+ (heads/main:69e10976b2, Feb  8 2022, 12:30:20) [Clang 12.0.0 (clang-1200.0.32.29)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import code
>>> code.interact()
Python 3.11.0a5+ (heads/main:69e10976b2, Feb  8 2022, 12:30:20) [Clang 12.0.0 (clang-1200.0.32.29)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> [
... def foo():
  File "<console>", line 1
    [
    ^
SyntaxError: '[' was never closed


Please, check that everything is in order and reopen the issue if we have missed something.
History
Date User Action Args
2022-02-08 12:33:23pablogsalsetrecipients: + pablogsal, gvanrossum, terry.reedy, aroberge, lys.nikolaou
2022-02-08 12:33:23pablogsalsetmessageid: <1644323603.14.0.00699608656278.issue43366@roundup.psfhosted.org>
2022-02-08 12:33:23pablogsallinkissue43366 messages
2022-02-08 12:33:23pablogsalcreate