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 tim.golden, vstinner
Date 2013-11-17.22:33:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384727609.57.0.295695955819.issue19634@psf.upfronthosting.co.za>
In-reply-to
Content
The isuse #13674 added tests on strftime() for %y format with year < 1900 on Windows. It looks like AIX doesn't support them.

http://buildbot.python.org/all/builders/PPC64%20AIX%203.x/builds/1039/steps/test/logs/stdio

======================================================================
FAIL: test_y_before_1900_nonwin (test.test_strftime.Y1900Tests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_strftime.py", line 193, in test_y_before_1900_nonwin
    time.strftime("%y", (1899, 1, 1, 0, 0, 0, 0, 0, 0)), "99")
AssertionError: '0/' != '99'
- 0/
+ 99
History
Date User Action Args
2013-11-17 22:33:29vstinnersetrecipients: + vstinner, tim.golden
2013-11-17 22:33:29vstinnersetmessageid: <1384727609.57.0.295695955819.issue19634@psf.upfronthosting.co.za>
2013-11-17 22:33:29vstinnerlinkissue19634 messages
2013-11-17 22:33:29vstinnercreate