From 9b7fb303d17be3942c221d4db9cd444f4c0d53d5 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: [PATCH] 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 12a6d768437ea54..2fe188be641c2d1 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'``).