Issue #25523: Merge a-to-an corrections from 3.5.

This commit is contained in:
Serhiy Storchaka 2015-11-02 14:44:29 +02:00
commit 4a7c03aab4
36 changed files with 43 additions and 43 deletions

View file

@ -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