[issue10493] test_strptime failures under OpenIndiana

2010-11-25 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: I have made several experiments to get the minimal patch. It is committed in r86752. It is trivial enough, and risk-free enough, to commit even in RC state (In my opinion). Python 2.7 and 3.2 are not affected. They don't look for "SunOS/5.10" in their conf

[issue10493] test_strptime failures under OpenIndiana

2010-11-25 Thread Martin v . Löwis
Martin v. Löwis added the comment: > The fix was ported from trunk (2.7) to py3k branch, but it was not > applied to 3.1 branch, though. I don't know why, but seems to be an > oversight. No, it was deliberate: it was not backported all, neither to 3.1, nor to 2.6. I was concerned that doing so

[issue10493] test_strptime failures under OpenIndiana

2010-11-25 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: I verified that the bug was present too in the py3k patch sometime ago, but not currently. So I have spend some time doing bisection in the py3k branch to know WHEN the problem was solved. If was solved in r81583: """ ---

[issue10493] test_strptime failures under OpenIndiana

2010-11-23 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- assignee: loewis -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue10493] test_strptime failures under OpenIndiana

2010-11-23 Thread Martin v . Löwis
Martin v. Löwis added the comment: > Martin, could you check it? Thanks!. Not in the foreseeable future, sorry. -- ___ Python tracker ___ __

[issue10493] test_strptime failures under OpenIndiana

2010-11-23 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: I have spend the afternoon doing bisection on the buildslave. The problem was introduced in r73043: """ r73043 | martin.v.loewis | 2009-05-30 08:13:40 +0200 (Sat, 30 May 2009) | 2 lines

[issue10493] test_strptime failures under OpenIndiana

2010-11-21 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: OS stock python: """ j...@pythonbuildbot.uk.openindiana.org:~$ python Python 2.6.4 (r264:75706, Sep 12 2010, 18:46:30) [C] on sunos5 Type "help", "copyright", "credits" or "license" for more information. >>> import time >>> time.strftime("%d") '22' """ Buildb

[issue10493] test_strptime failures under OpenIndiana

2010-11-21 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: AssertionError: strftime does not support standard '%d' format (day of month as number (00-31)) Sounds pretty self-explainatory. I kind of doubt, however, that OpenIndiana's strftime is that broken. Jesús, can you test it? -- ___

[issue10493] test_strptime failures under OpenIndiana

2010-11-21 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +belopolsky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue10493] test_strptime failures under OpenIndiana

2010-11-21 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: I have access to the machine, so if somebody want to do some kind of test, just ask. -- ___ Python tracker ___ __

[issue10493] test_strptime failures under OpenIndiana

2010-11-21 Thread Jesús Cea Avión
New submission from Jesús Cea Avión : Python 3.1 head is reporting failures in test_strptime under OpenIndiana 147. For example http://www.python.org/dev/buildbot/all/builders/x86%20OpenIndiana%203.1/builds/3/steps/test/logs/stdio Python 2.7 and 3.2 heads are working fine. -- compone