This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients antlong, belopolsky, ned.deily, neologix
Date 2011-02-26.10:58:33
SpamBayes Score 3.1853689e-09
Marked as misclassified No
Message-id <1298717914.29.0.115968949696.issue11327@psf.upfronthosting.co.za>
In-reply-to
Content
$ /opt/local/bin/python2.7
Python 2.7.1 (r271:86832, Dec 31 2010, 11:59:23) 
[GCC 4.2.1 (Apple Inc. build 5664)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import time
>>> time.asctime((2011, 2, 26, -1, 0, 0, 0, 0, 0))
'Mon Feb 26 -1:00:00 2011'
>>> ^D
$ /Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Python 2.7.1+ (release27-maint, Jan 29 2011, 13:55:30) 
[GCC 4.2.1 (Apple Inc. build 5664)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import time
>>> time.asctime((2011, 2, 26, -1, 0, 0, 0, 0, 0))
'Mon Feb 26 -1:00:00 2011'
>>> ^D
History
Date User Action Args
2011-02-26 10:58:34ned.deilysetrecipients: + ned.deily, belopolsky, neologix, antlong
2011-02-26 10:58:34ned.deilysetmessageid: <1298717914.29.0.115968949696.issue11327@psf.upfronthosting.co.za>
2011-02-26 10:58:33ned.deilylinkissue11327 messages
2011-02-26 10:58:33ned.deilycreate