]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update http.cookiejar document for cookie object attributes (GH-101885)
authorNewUserHa <32261870+NewUserHa@users.noreply.github.com>
Thu, 22 Feb 2024 19:08:04 +0000 (03:08 +0800)
committerGitHub <noreply@github.com>
Thu, 22 Feb 2024 19:08:04 +0000 (19:08 +0000)
Doc/library/http.cookiejar.rst

index 12a6d768437ea54c7709886991f6cb6549a2cfbf..2fe188be641c2d15d57228c7f073c1d987561afe 100644 (file)
@@ -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'``).