Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a385942

Browse files
authored
Update http.cookiejar document for cookie object attributes (GH-101885)
1 parent 17dab2e commit a385942

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/library/http.cookiejar.rst

Lines 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)