From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 23 Feb 2024 22:11:09 +0000 (+0100) Subject: [3.11] Update http.cookiejar document for cookie object attributes (GH-101885) (... X-Git-Tag: v3.11.9~153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c2e1b2c8fb4cd5b7c9dff32576663cde7c89926;p=thirdparty%2FPython%2Fcpython.git [3.11] Update http.cookiejar document for cookie object attributes (GH-101885) (#115834) Update http.cookiejar document for cookie object attributes (GH-101885) (cherry picked from commit a3859422d15d98892fd53499916bd424f841404f) Co-authored-by: NewUserHa <32261870+NewUserHa@users.noreply.github.com> --- diff --git a/Doc/library/http.cookiejar.rst b/Doc/library/http.cookiejar.rst index 12a6d768437e..2fe188be641c 100644 --- a/Doc/library/http.cookiejar.rst +++ b/Doc/library/http.cookiejar.rst @@ -649,6 +649,11 @@ internal consistency, so you should know what you're doing if you do that. :const:`None`. +.. attribute:: Cookie.domain + + Cookie domain (a string). + + .. attribute:: Cookie.path Cookie path (a string, eg. ``'/acme/rocket_launchers'``).