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 flox
Recipients belopolsky, flox
Date 2011-11-01.16:52:38
SpamBayes Score 0.00011771393
Marked as misclassified No
Message-id <1320166359.06.0.160451222607.issue13312@psf.upfronthosting.co.za>
In-reply-to
Content
On builder "AMD64 FreeBSD 8.2 3.x" for the TIME_MINYEAR:


======================================================================
FAIL: test_negative (test.test_time.TestStrftime4dyear)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/buildarea/3.x.krah-freebsd/build/Lib/test/test_time.py", line 397, in test_negative
    return super().test_negative()
  File "/usr/home/buildbot/buildarea/3.x.krah-freebsd/build/Lib/test/test_time.py", line 425, in test_negative
    self.assertEqual(self.yearstr(TIME_MINYEAR), str(TIME_MINYEAR))
AssertionError: '2147483648' != '-2147483648'
- 2147483648
+ -2147483648
? +
History
Date User Action Args
2011-11-01 16:52:39floxsetrecipients: + flox, belopolsky
2011-11-01 16:52:39floxsetmessageid: <1320166359.06.0.160451222607.issue13312@psf.upfronthosting.co.za>
2011-11-01 16:52:38floxlinkissue13312 messages
2011-11-01 16:52:38floxcreate