[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:
Miss Islington (bot) 2024-02-23 23:11:09 +01:00 committed by GitHub
parent a4a28e50fe
commit 7c2e1b2c8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'``).