summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/http.cookiejar.rst5
1 files changed, 5 insertions, 0 deletions
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'``).