Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7c2e1b2

Browse filesBrowse files
[3.11] Update http.cookiejar document for cookie object attributes (GH-101885) (#115834)
Update http.cookiejar document for cookie object attributes (GH-101885) (cherry picked from commit a385942) Co-authored-by: NewUserHa <32261870+NewUserHa@users.noreply.github.com>
1 parent a4a28e5 commit 7c2e1b2
Copy full SHA for 7c2e1b2

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed

‎Doc/library/http.cookiejar.rst

Copy file name to clipboardExpand all lines: Doc/library/http.cookiejar.rst
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,11 @@ internal consistency, so you should know what you're doing if you do that.
649649
:const:`None`.
650650

651651

652+
.. attribute:: Cookie.domain
653+
654+
Cookie domain (a string).
655+
656+
652657
.. attribute:: Cookie.path
653658

654659
Cookie path (a string, eg. ``'/acme/rocket_launchers'``).

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.