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

Replace deprecated cgi usage with email.message #35

Merged
merged 2 commits into from
Jun 9, 2023

Conversation

Vekhir
Copy link
Contributor

@Vekhir Vekhir commented May 23, 2023

The Python module cgi is deprecated in Python 3.11 and will be removed in 3.13.

This PR replaces the usage of cgi.parse_header with the recommended alternative using the module email.message

@Vekhir
Copy link
Contributor Author

Vekhir commented Jun 8, 2023

Hi @jaraco, have you seen this PR #35 and the other one, #34? What needs to be done to get them merged?

@jaraco
Copy link
Owner

jaraco commented Jun 8, 2023

I hadn't. Thanks for bringing it to my attention. I'll look soon.

@jaraco jaraco merged commit c43e72b into jaraco:main Jun 9, 2023
15 of 16 checks passed
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.

None yet

2 participants