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 vstinner
Recipients David.Edelsohn, python-dev, tim.golden, vstinner
Date 2013-11-23.13:58:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385215130.74.0.900897053846.issue19634@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, the test is failing with the same error on Solaris:

======================================================================
FAIL: test_y_before_1900 (test.test_strftime.Y1900Tests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/cpython/buildslave/cc-32/3.x.snakebite-solaris11-amd64/build/Lib/test/test_strftime.py", line 191, in test_y_before_1900
    self.assertEqual(time.strftime("%y", t), "99")
AssertionError: '0/' != '99'
- 0/
+ 99
History
Date User Action Args
2013-11-23 13:58:50vstinnersetrecipients: + vstinner, tim.golden, python-dev, David.Edelsohn
2013-11-23 13:58:50vstinnersetmessageid: <1385215130.74.0.900897053846.issue19634@psf.upfronthosting.co.za>
2013-11-23 13:58:50vstinnerlinkissue19634 messages
2013-11-23 13:58:50vstinnercreate