From a3859422d15d98892fd53499916bd424f841404f Mon Sep 17 00:00:00 2001 From: NewUserHa <32261870+NewUserHa@users.noreply.github.com> Date: Fri, 23 Feb 2024 03:08:04 +0800 Subject: Update http.cookiejar document for cookie object attributes (GH-101885) --- Doc/library/http.cookiejar.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/library/http.cookiejar.rst b/Doc/library/http.cookiejar.rst index 12a6d76..2fe188b 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'``). -- cgit v0.12