Message8679

Author santa4nt
Recipients cht, fwierzbicki, santa4nt, zyasoft
Date 2014-06-18.18:42:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403116960.56.0.745082752655.issue2035@psf.upfronthosting.co.za>
In-reply-to
Content
Oops.

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.date.fromtimestamp(None)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: a float is required
History
Date User Action Args
2014-06-18 18:42:40santa4ntsetmessageid: <1403116960.56.0.745082752655.issue2035@psf.upfronthosting.co.za>
2014-06-18 18:42:40santa4ntsetrecipients: + santa4nt, fwierzbicki, zyasoft, cht
2014-06-18 18:42:40santa4ntlinkissue2035 messages
2014-06-18 18:42:40santa4ntcreate