We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c2518 commit 7dee8aeCopy full SHA for 7dee8ae
1 file changed
stdlib/http/cookiejar.pyi
@@ -129,7 +129,7 @@ class Cookie:
129
domain_initial_dot: bool
130
def __init__(
131
self,
132
- version: int | None,
+ version: int | str | None,
133
name: str,
134
value: str | None, # undocumented
135
port: str | None,
@@ -140,7 +140,7 @@ class Cookie:
140
path: str,
141
path_specified: bool,
142
secure: bool,
143
- expires: int | None,
+ expires: float | str | None,
144
discard: bool,
145
comment: str | None,
146
comment_url: str | None,
0 commit comments