commit | 44cb89a78a308b7a613bdd01539ec84be914d693 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Sep 13 04:47:51 2019 -0700 |
committer | GitHub <noreply@github.com> | Fri Sep 13 04:47:51 2019 -0700 |
tree | 05cb269aab75c3a5a87afbffd7132506123da018 | |
parent | b9bfe143d151d184615fa3890f78874c5d4ed4c6 [diff] |
bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921) Handle time comparison for cookies with `expires` attribute when `CookieJar.make_cookies` is called. Co-authored-by: Demian Brecht <demianbrecht@gmail.com> https://bugs.python.org/issue12144 Automerge-Triggered-By: @asvetlov (cherry picked from commit bb41147eab15a2958f4ad38261e5bf608f6ace1b) Co-authored-by: Xtreak <tir.karthi@gmail.com>