mirror of https://github.com/python/cpython
Update http.cookiejar document for cookie object attributes (GH-101885)
This commit is contained in:
parent
17dab2e572
commit
a3859422d1
|
@ -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'``).
|
||||||
|
|
Loading…
Reference in New Issue