cpython/Lib/http
R David Murray 1813c1701f #2211: properly document the Morsel behavior changes.
Also deprecate the undocumented set argument instead of removing
it already in 3.5.

Initial patch by Demian Brecht.
2015-03-29 17:09:21 -04:00
..
__init__.py
client.py Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. 2015-03-22 15:19:01 -04:00
cookiejar.py Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. 2015-03-13 09:09:35 +02:00
cookies.py #2211: properly document the Morsel behavior changes. 2015-03-29 17:09:21 -04:00
server.py