]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43225: [DOC] Add missing value returned by methods on cookiejar (GH-24522)
authorEmmanuel Arias <eamanu@yaerobi.com>
Mon, 15 Nov 2021 22:44:32 +0000 (19:44 -0300)
committerGitHub <noreply@github.com>
Mon, 15 Nov 2021 22:44:32 +0000 (14:44 -0800)
commit3352834f59531dfa42dbef00ada4fb95ded2ae3a
treecc74e7d2c6e2db02a56df9063b2fd96a3e47c16e
parentad43dc0b54994e7e7d06e3d4896ade188b36ee12
bpo-43225: [DOC] Add missing value returned by methods on cookiejar (GH-24522)

* Add missing value returned by methods on cookiejar

Documentation say that return something but don't specific with what
value is return, and that can be confuse. This patch add that information.

* Update Doc/library/http.cookiejar.rst

Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
* Update Doc/library/http.cookiejar.rst

Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
Doc/library/http.cookiejar.rst