Issue 15006: Allow equality comparison between naive and aware datetime objects (original) (raw)

Created on 2012-06-05 19:29 by belopolsky, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue15006.diff belopolsky,2012-06-05 21:36 review
issue15006a.diff belopolsky,2012-06-16 00:05
Messages (5)
msg162368 - (view) Author: Alexander Belopolsky (belopolsky) * (Python committer) Date: 2012-06-05 19:29
Guido: Let's make it so. / python-dev
msg162431 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2012-06-06 23:32
Hum, can you please explain your change? If it is explained on python-dev, can you add a link to the email? You should documentation the behaviour change in the documentation of the datetime module. You chose Python 3.4, do you mean that such change is too late for Python 3.3?
msg162441 - (view) Author: Alexander Belopolsky (Alexander.Belopolsky) Date: 2012-06-07 01:20
On Wed, Jun 6, 2012 at 7:32 PM, STINNER Victor <report@bugs.python.org> wrote: > Hum, can you please explain your change? If it is explained on python-dev, can you add a link to the email? Please see http://mail.python.org/pipermail/python-dev/2012-June/119933.html I don't know what to add to the title the issue. I'll see what needs to be done in terms of documentation and will propose a NEWS entry.
msg162943 - (view) Author: Alexander Belopolsky (belopolsky) * (Python committer) Date: 2012-06-16 00:05
Added documentation and simplified changes to python implementation. I think this can go to 3.3.
msg162945 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-06-16 00:20
New changeset 8272699973cb by Alexander Belopolsky in branch 'default': Issue #15006: Allow equality comparison between naive and aware time http://hg.python.org/cpython/rev/8272699973cb
History
Date User Action Args
2022-04-11 14:57:31 admin set github: 59211
2012-06-16 00:22:21 belopolsky set status: open -> closed
2012-06-16 00:21:49 belopolsky set keywords: - patch, needs reviewnosy: - Alexander.Belopolskyresolution: fixedstage: commit review -> resolved
2012-06-16 00:20:23 python-dev set nosy: + python-devmessages: +
2012-06-16 00:05:41 belopolsky set files: + issue15006a.diffmessages: + versions: + Python 3.3, - Python 3.4
2012-06-07 01:20:31 Alexander.Belopolsky set nosy: + Alexander.Belopolskymessages: +
2012-06-06 23:32:33 vstinner set nosy: + vstinnermessages: +
2012-06-05 21:38:54 belopolsky set keywords: + needs reviewnosy: + pitroustage: commit review
2012-06-05 21:36:51 belopolsky set files: + issue15006.diffkeywords: + patch
2012-06-05 19:30:15 belopolsky set assignee: belopolsky
2012-06-05 19:29:49 belopolsky create