update Shared
This commit is contained in:
parent
e7ebbedd38
commit
6881f3471a
184 changed files with 13080 additions and 13691 deletions
|
|
@ -68,7 +68,7 @@ class MultiPartForm(object):
|
|||
return body
|
||||
|
||||
def body(self):
|
||||
"""Return a string representing the form data, including attached files."""
|
||||
"""Return a byte string representing the form data, including attached files."""
|
||||
# Build a list of lists, each containing "lines" of the
|
||||
# request. Each part is separated by a boundary string.
|
||||
# Once the list is built, return a string where each
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue