STINNER Victor added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19634>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to