mirror of
https://github.com/python/cpython.git
synced 2025-09-24 17:33:29 +00:00
gh-101021: Document binary parameters as bytes (#101024)
This commit is contained in:
parent
ef633e5000
commit
49cae39ef0
4 changed files with 8 additions and 8 deletions
|
@ -17,7 +17,7 @@ class MIMEApplication(MIMENonMultipart):
|
|||
_encoder=encoders.encode_base64, *, policy=None, **_params):
|
||||
"""Create an application/* type MIME document.
|
||||
|
||||
_data is a string containing the raw application data.
|
||||
_data contains the bytes for the raw application data.
|
||||
|
||||
_subtype is the MIME content type subtype, defaulting to
|
||||
'octet-stream'.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue