mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
merge 3.4
This commit is contained in:
commit
1f31583566
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ from email.mime.base import MIMEBase
|
|||
|
||||
|
||||
class MIMENonMultipart(MIMEBase):
|
||||
"""Base class for MIME multipart/* type messages."""
|
||||
"""Base class for MIME non-multipart type messages."""
|
||||
|
||||
def attach(self, payload):
|
||||
# The public API prohibits attaching multiple subparts to MIMEBase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue