We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
typeshed/stdlib/3/email/parser.pyi
Lines 29 to 33 in bc3f9fe
BytesParser should have a parsebytes method, not a parsestr method.
parsebytes
parsestr
The text was updated successfully, but these errors were encountered:
Would you care to submit a pull request?
Sorry, something went wrong.
Fix email.parser.BytesParser and BytesHeaderParser method args (#2548)
f362cf4
Fixes #2502
Fix email.parser.BytesParser and BytesHeaderParser method args (pytho…
312a1b2
…n#2548) Fixes python#2502
No branches or pull requests
typeshed/stdlib/3/email/parser.pyi
Lines 29 to 33 in bc3f9fe
BytesParser should have a
parsebytes
method, not aparsestr
method.The text was updated successfully, but these errors were encountered: