Update http.cookiejar document for cookie object attributes (GH-101885)

This commit is contained in:
NewUserHa 2024-02-23 03:08:04 +08:00 committed by GitHub
parent 17dab2e572
commit a3859422d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -649,6 +649,11 @@ internal consistency, so you should know what you're doing if you do that.
:const:`None`. :const:`None`.
.. attribute:: Cookie.domain
Cookie domain (a string).
.. attribute:: Cookie.path .. attribute:: Cookie.path
Cookie path (a string, eg. ``'/acme/rocket_launchers'``). Cookie path (a string, eg. ``'/acme/rocket_launchers'``).