mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
[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 a3859422d1
)
Co-authored-by: NewUserHa <32261870+NewUserHa@users.noreply.github.com>
This commit is contained in:
parent
a4a28e50fe
commit
7c2e1b2c8f
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