https://github.com/python/cpython/commit/a3859422d15d98892fd53499916bd424f841404f
commit: a3859422d15d98892fd53499916bd424f841404f
branch: main
author: NewUserHa <[email protected]>
committer: serhiy-storchaka <[email protected]>
date: 2024-02-22T19:08:04Z
summary:

Update http.cookiejar document for cookie object attributes (GH-101885)

files:
M Doc/library/http.cookiejar.rst

diff --git a/Doc/library/http.cookiejar.rst b/Doc/library/http.cookiejar.rst
index 12a6d768437ea5..2fe188be641c2d 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'``).

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to