From: NewUserHa <32261870+NewUserHa@users.noreply.github.com> Date: Thu, 22 Feb 2024 19:08:04 +0000 (+0800) Subject: Update http.cookiejar document for cookie object attributes (GH-101885) X-Git-Tag: v3.13.0a5~280 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3859422d15d98892fd53499916bd424f841404f;p=thirdparty%2FPython%2Fcpython.git Update http.cookiejar document for cookie object attributes (GH-101885) --- 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'``).