Jesús Cea Avión <j...@jcea.es> 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'
"""

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

Building 3.1 head, I get:

"""
j...@pythonbuildbot.uk.openindiana.org:/tmp/z/build# export 
LD_LIBRARY_PATH=/tmp/z/build
j...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10493>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to