mirror of
https://github.com/python/cpython.git
synced 2026-06-15 07:29:54 -04:00
ce5fe83878
We now have one function to prepare multipart POST requests, and we use CRLF, as recommended by the HTTP spec (#10150). Initial patch by John Edmonds.