Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix MultipartWriter.append* no longer returning part/payload. #2759

Merged

Commits on Feb 26, 2018

  1. fix MultipartWriter.append* no longer returning part/payload

    - Fixes commit: caa6bdb
    
      MultipartWriter.append methods used to return the part appended to the
      writer so one could set the content_disposition, etc. This patch
      restores that functionality so the code matches the documentation in
      multipart.rst
    
    - This patch also makes append_json use the JsonPayload object instead
      of duplicating functionality.
    terencehonles committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    8b10932 View commit details
    Browse the repository at this point in the history
  2. add change entry

    terencehonles committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    cad70ba View commit details
    Browse the repository at this point in the history