commit | c72e66a0489ee53aaf89c677c5b709d30b359532 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Mon Nov 02 15:06:09 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Mon Nov 02 15:06:09 2015 +0200 |
tree | daa871e7fdabf80f5da22dd1a5d3dc33b5efce52 | |
parent | a5ad9da50422a5ce2f80e05b816e74c0e004e247 [diff] [blame] |
Issue #25523: Backported a-to-an corrections.
diff --git a/Lib/cookielib.py b/Lib/cookielib.py index f2df467..eb9aec4 100644 --- a/Lib/cookielib.py +++ b/Lib/cookielib.py
@@ -1434,7 +1434,7 @@ 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