]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] Update http.cookiejar document for cookie object attributes (GH-101885) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 23 Feb 2024 22:11:09 +0000 (23:11 +0100)
committerGitHub <noreply@github.com>
Fri, 23 Feb 2024 22:11:09 +0000 (14:11 -0800)
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>
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'``).