mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Update http.cookiejar document for cookie object attributes (GH-101885)
This commit is contained in:
parent
17dab2e572
commit
a3859422d1
1 changed files with 5 additions and 0 deletions
|
|
@ -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'``).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue