psf / requests

A simple, yet elegant, HTTP library.
https://requests.readthedocs.io/en/latest/
Apache License 2.0
52.19k stars 9.33k forks source link

Teach users to use with-statements for Multipart-Encoded Files #6801

Closed papb closed 2 months ago

papb commented 2 months ago

Hello, everyone!!

I am proposing a small improvement to quickstart.rst in order to teach users to use with-statements with open() calls when POSTing Multipart-Encoded files.

sigmavirus24 commented 2 months ago

Changes such as this have been rejected in the past, for good reason. Thanks for spending the time to open this PR. In the future you might consider checking for others that have been rejected