This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients SilentGhost, Trundle, belopolsky, vstinner
Date 2011-01-04.18:38:55
SpamBayes Score 1.7057817e-09
Marked as misclassified No
Message-id <AANLkTi=EyfMaXP=L4MS_FA2aK0UpDwZssOmjT0YKhqBH@mail.gmail.com>
In-reply-to <1294165847.38.0.45421650534.issue10827@psf.upfronthosting.co.za>
Content
On Tue, Jan 4, 2011 at 1:30 PM, Alexander Belopolsky
<report@bugs.python.org> wrote:
..
> This is clearly a bug.  (Although Y2K note contradicts time.accept2dyear documentation.)
>

PyObject_IsTrue() may fail - this is probably the reason for the
current odd logic.  My patch should be fixed top respect that, but I
still maintain that time.accept2dyear = True should work as expected.
(Would also make True the default rather 1.)
History
Date User Action Args
2011-01-04 18:38:57belopolskysetrecipients: + belopolsky, vstinner, Trundle, SilentGhost
2011-01-04 18:38:55belopolskylinkissue10827 messages
2011-01-04 18:38:55belopolskycreate