]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#2211: properly document the Morsel behavior changes.
authorR David Murray <rdmurray@bitdance.com>
Sun, 29 Mar 2015 21:09:21 +0000 (17:09 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sun, 29 Mar 2015 21:09:21 +0000 (17:09 -0400)
commit1813c1701f8e7e9287bccf66d1b4b8348c432168
tree07d91a6490d90cdfbd84618daf79354c831343bd
parent0deefd5a9402e3bd13ed899f9b939062faf98114
#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.
Doc/library/http.cookies.rst
Doc/whatsnew/3.5.rst
Lib/http/cookies.py
Lib/test/test_http_cookies.py