-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Conversation
stdlib/3/email/mime/text.pyi
Outdated
|
||
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: ... |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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 :-)
There was a problem hiding this comment.
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.
Will need to wait for python#3827 to be merged to prevent CI failures
CI is failing (a flake8 issue and some now-unused whitelist entries). |
Will need to wait for python#3827 to be merged to prevent CI failures
No description provided.