[issue10493] test_strptime failures under OpenIndiana

Jesús Cea Avión report at bugs.python.org
Mon Nov 22 03:33:46 CET 2010


Jesús Cea Avión <jcea at jcea.es> added the comment:

OS stock python:

"""
jc at 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'
"""

Buildbots for 2.7 and 3.2 are working nicely. There is something fishy there.

Building 3.1 head, I get:

"""
jc at pythonbuildbot.uk.openindiana.org:/tmp/z/build# export LD_LIBRARY_PATH=/tmp/z/build
jc at pythonbuildbot.uk.openindiana.org:/tmp/z/build# ./python
Python 3.1.3rc1+ (release31-maint:86646, Nov 21 2010, 20:07:38) 
[GCC 4.3.3] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import time
>>> time.strftime("%d")
'%'
"""

That is clearly incorrect. Don't seems to be a problem with OpenIndiana, since 2.7 and 3.2 heads are OK.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10493>
_______________________________________


More information about the Python-bugs-list mailing list