Message8678

Author santa4nt
Recipients cht, fwierzbicki, santa4nt, zyasoft
Date 2014-06-18.18:41:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403116864.25.0.613827310212.issue2035@psf.upfronthosting.co.za>
In-reply-to
Content
For reference:

Python 2.7.6 (default, Mar 22 2014, 22:59:56) 
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import datetime
>>> datetime
<module 'datetime' from '/usr/lib/python2.7/lib-dynload/datetime.x86_64-linux-gnu.so'>
>>> datetime.fromtimestamp(None)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'fromtimestamp'
History
Date User Action Args
2014-06-18 18:41:04santa4ntsetmessageid: <1403116864.25.0.613827310212.issue2035@psf.upfronthosting.co.za>
2014-06-18 18:41:04santa4ntsetrecipients: + santa4nt, fwierzbicki, zyasoft, cht
2014-06-18 18:41:04santa4ntlinkissue2035 messages
2014-06-18 18:41:03santa4ntcreate