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
Date 2021-11-03.06:00:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635919218.86.0.867470836468.issue45698@roundup.psfhosted.org>
In-reply-to
Content
It looks like there is a breaking change related to python 3.10.0 implementation that impacted getopt package.

https://docs.python.org/3/library/getopt.html
https://github.com/python/cpython/blob/3.10/Lib/getopt.py

Steps to reproduce:
1. Run python 3.10.0
2. Type `import getopt`
3. The error shows up

I already tried python 3.9.7 and it's still working as expected.
History
Date User Action Args
2021-11-03 06:00:18rizqirizqi23setrecipients: + rizqirizqi23
2021-11-03 06:00:18rizqirizqi23setmessageid: <1635919218.86.0.867470836468.issue45698@roundup.psfhosted.org>
2021-11-03 06:00:18rizqirizqi23linkissue45698 messages
2021-11-03 06:00:18rizqirizqi23create