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 rizqirizqi23
Recipients rizqirizqi23, serhiy.storchaka
Date 2021-11-03.10:51:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635936665.11.0.323311807278.issue45698@roundup.psfhosted.org>
In-reply-to
Content
Here:

```
Python 3.10.0 (default, Oct 30 2021, 15:16:25) [GCC 7.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import getopt
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/mgsrizqi/.pyenv/versions/3.10.0/lib/python3.10/getopt.py", line 4
    function (including the special meanings of arguments of the form `-'
                                                                        ^
SyntaxError: unterminated string literal (detected at line 4)
>>>
```
History
Date User Action Args
2021-11-03 10:51:05rizqirizqi23setrecipients: + rizqirizqi23, serhiy.storchaka
2021-11-03 10:51:05rizqirizqi23setmessageid: <1635936665.11.0.323311807278.issue45698@roundup.psfhosted.org>
2021-11-03 10:51:05rizqirizqi23linkissue45698 messages
2021-11-03 10:51:05rizqirizqi23create