Creates a new empty #SoupMultipart with a randomly-generated boundary string.
Note that mime_type must be the full MIME type, including "multipart/".
See also: soup.message.Message.newFromMultipart.
the MIME type of the multipart to create.
a new empty #SoupMultipart of the given mime_type
Creates a new empty #SoupMultipart with a randomly-generated boundary string.
Note that mime_type must be the full MIME type, including "multipart/".
See also: soup.message.Message.newFromMultipart.