[issue15006] Allow equality comparison between naive and aware datetime objects

2012-06-15 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- keywords: -needs review, patch nosy: -Alexander.Belopolsky resolution: -> fixed stage: commit review -> committed/rejected ___ Python tracker

[issue15006] Allow equality comparison between naive and aware datetime objects

2012-06-15 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue15006] Allow equality comparison between naive and aware datetime objects

2012-06-15 Thread Roundup Robot
Roundup Robot added the comment: 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 -- nosy: +python-dev ___ Pytho

[issue15006] Allow equality comparison between naive and aware datetime objects

2012-06-15 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Added documentation and simplified changes to python implementation. I think this can go to 3.3. -- versions: +Python 3.3 -Python 3.4 Added file: http://bugs.python.org/file26023/issue15006a.diff ___ Python t

[issue15006] Allow equality comparison between naive and aware datetime objects

2012-06-06 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: On Wed, Jun 6, 2012 at 7:32 PM, STINNER Victor 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 k

[issue15006] Allow equality comparison between naive and aware datetime objects

2012-06-06 Thread STINNER Victor
STINNER Victor added the comment: 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 l

[issue15006] Allow equality comparison between naive and aware datetime objects

2012-06-05 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- keywords: +patch Added file: http://bugs.python.org/file25837/issue15006.diff ___ Python tracker ___

[issue15006] Allow equality comparison between naive and aware datetime objects

2012-06-05 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- keywords: +needs review nosy: +pitrou stage: -> commit review ___ Python tracker ___ ___ Python-

[issue15006] Allow equality comparison between naive and aware datetime objects

2012-06-05 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- assignee: -> belopolsky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue15006] Allow equality comparison between naive and aware datetime objects

2012-06-05 Thread Alexander Belopolsky
New submission from Alexander Belopolsky : Guido: Let's make it so. / python-dev -- components: Extension Modules, Library (Lib) messages: 162368 nosy: belopolsky priority: normal severity: normal status: open title: Allow equality comparison between naive and aware datetime objects type