Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check recent argparse API changes for compatibility #481

Open
kislyuk opened this issue Apr 8, 2024 · 2 comments
Open

Check recent argparse API changes for compatibility #481

kislyuk opened this issue Apr 8, 2024 · 2 comments

Comments

@kislyuk
Copy link
Owner

kislyuk commented Apr 8, 2024

Python 3.11.9 introduced a number of changes: https://github.com/python/cpython/commits/main/Lib/argparse.py

@kislyuk
Copy link
Owner Author

kislyuk commented Apr 14, 2024

The basic, breaking incompatibility is fixed in 54a4846, released in v3.3.0.

There are some other small changes that have been introduced and should be evaluated for compatibility in special cases.

@bebound
Copy link
Contributor

bebound commented Apr 25, 2024

This PR introduced the API change: python/cpython#115674

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants