Skip to content

email.mime: add policy arguments #3827

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

Merged
merged 4 commits into from
Mar 8, 2020
Merged

email.mime: add policy arguments #3827

merged 4 commits into from
Mar 8, 2020

Conversation

hauntsaninja
Copy link
Collaborator

No description provided.


class MIMEText(MIMENonMultipart):
def __init__(self, _text: str, _subtype: str = ...,
_charset: Optional[str] = ...) -> None: ...
def __init__(self, _text: str, _subtype: str = ..., _charset: Optional[str] = ...) -> None: ...
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you miss it here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, good catch. Missed it in another place as well :-)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like these are issues which stubtest already caught before #3835. I was fixing the delta, which is why I missed them.

hauntsaninja pushed a commit to hauntsaninja/typeshed that referenced this pull request Mar 7, 2020
Will need to wait for python#3827 to be merged to prevent CI failures
@JelleZijlstra
Copy link
Member

CI is failing (a flake8 issue and some now-unused whitelist entries).

@srittau srittau merged commit d8b0811 into python:master Mar 8, 2020
@hauntsaninja hauntsaninja deleted the email branch March 14, 2020 20:02
hauntsaninja pushed a commit to hauntsaninja/typeshed that referenced this pull request Mar 14, 2020
Will need to wait for python#3827 to be merged to prevent CI failures
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.

3 participants