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

gh-58032: Deprecate the argparse.FileType type converter #124664

Merged

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Sep 27, 2024

Lib/argparse.py Outdated Show resolved Hide resolved
Co-authored-by: Mariatta <[email protected]>
@Mariatta
Copy link
Member

Should we add this to the pending-removal-in-future.rst?

@savannahostrowski savannahostrowski linked an issue Oct 18, 2024 that may be closed by this pull request
@serhiy-storchaka
Copy link
Member Author

@Mariatta, could you please look again at this PR?

@serhiy-storchaka serhiy-storchaka merged commit 834ba5a into python:main Oct 23, 2024
35 checks passed
@serhiy-storchaka serhiy-storchaka deleted the argparse-filetype-deprecate branch October 23, 2024 07:50
@hugovk
Copy link
Member

hugovk commented Oct 23, 2024

Please see #125871 as a small docs update.

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

Successfully merging this pull request may close these issues.

argparse.FileType opens a file and never closes it
4 participants