]> granicus.if.org Git - python/commit
bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 23 Aug 2019 08:48:40 +0000 (01:48 -0700)
committerGitHub <noreply@github.com>
Fri, 23 Aug 2019 08:48:40 +0000 (01:48 -0700)
commit5c77730300c0358d7bebd2bb39ea5d10222a3d9a
treeb01ab4ba423260b3c8cd83be9ff419da1b42d89e
parentb6341e676af2f58f3ad9b51a0d2fb7db5a3428e3
bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390)

https://bugs.python.org/issue37915

Automerge-Triggered-By: @pablogsal
(cherry picked from commit 4be11c009abe88175fa164b45e4838e7267dfa97)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/test/datetimetester.py
Misc/NEWS.d/next/Library/2019-08-22-16-13-27.bpo-37915.xyoZI5.rst [new file with mode: 0644]
Modules/_datetimemodule.c