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

This commit is contained in:
Serhiy Storchaka 2015-11-02 14:39:05 +02:00
commit a84f6c3dd3
34 changed files with 39 additions and 39 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