Skip to content

Commit

Permalink
message.pyi: Now takes Address as EmailMessage header.
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh2102 committed Apr 17, 2019
1 parent f6a6485 commit 3d4de6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/3/email/message.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ _PayloadType = Union[List[Message], str, bytes]
_CharsetType = Union[Charset, str, None]
_ParamsType = Union[str, None, Tuple[str, Optional[str], str]]
_ParamType = Union[str, Tuple[Optional[str], Optional[str], str]]
_HeaderType = Any
_HeaderType = Union[str, Header[ContentTransferEncodingHeader, ContentTypeHeader, UniqueDateHeader, SingleAddressHeader, AddressHeader, UniqueAddressHeader, UniqueSingleAddressHeader, MIMEVersionHeader, UniqueUnstructuredHeader, DateHeader, ContentDispositionHeader]]

class Message:
preamble: Optional[str]
Expand Down

0 comments on commit 3d4de6e

Please sign in to comment.