commit | bb41147eab15a2958f4ad38261e5bf608f6ace1b | [log] [tgz] |
---|---|---|
author | Xtreak <tir.karthi@gmail.com> | Fri Sep 13 12:29:00 2019 +0100 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Sep 13 04:29:00 2019 -0700 |
tree | 1a570af193941c5b9d86f5c7dd2e378017e73711 | |
parent | d31b31516c71890e8735606aec1dbf2bfb8fd6be [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