mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #25523: Merge a-to-an corrections from 3.4.
This commit is contained in:
commit
a84f6c3dd3
34 changed files with 39 additions and 39 deletions
|
@ -1437,7 +1437,7 @@ class CookieJar:
|
|||
break
|
||||
# convert RFC 2965 Max-Age to seconds since epoch
|
||||
# XXX Strictly you're supposed to follow RFC 2616
|
||||
# age-calculation rules. Remember that zero Max-Age is a
|
||||
# age-calculation rules. Remember that zero Max-Age
|
||||
# is a request to discard (old and new) cookie, though.
|
||||
k = "expires"
|
||||
v = self._now + v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue