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 <[email protected]>
In-reply-to <[email protected]>
Content
On Tue, Jan 4, 2011 at 1:30 PM, Alexander Belopolsky
<[email protected]> 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