Sandro Tosi <sandro.t...@gmail.com> added the comment:

Hi Alexander, can you confirm this bug is MacOs specific? I tried with 
python2.6 on a Debian sid @64 bit but I can't replicate it. Also, do you see it 
only on 2.6? if so, I doubt that it will ever be fixed; f.e. on release2.7 
branch I have:

Python 2.7.1+ (release27-maint, Dec 31 2010, 20:16:57) 
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import time
>>> time.asctime(time.gmtime(1e12))
'Fri Sep 27 01:46:40 33658\n'

----------
nosy: +sandro.tosi

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

Reply via email to