ply just to me and not to
the whole list. To be absolutely sure, you can also contact me directly
using dfhmeibion.com
--
Regards
David Hughes
Forestfield Software Ltd.
___
python-uk mailing list
python-uk@python.org
https://mail.python.org/mailman/listinfo/python-uk
to the CTO at a highly
successful SAAS start-up. _*
...
Get in touch if you are interested.
Yes, in principal, I would be interested ;-)
--
Regards
David Hughes
Forestfield Software
___
python-uk mailing list
python-uk@python.org
https
On 27/07/2011 14:49, Sally Hall wrote:
Python Developer -- Experienced - £35 -- 40k -- West Sussex
Could you supply details of this one please, Sally?
--
Regards
David Hughes
___
python-uk mailing list
python-uk@python.org
http
Oops, sorry for the noise. Forgot it was a mailing list. Must pay more
attention!
--
Regards
David Hughes
___
python-uk mailing list
python-uk@python.org
http://mail.python.org/mailman/listinfo/python-uk
> os.path.exists(fi)
True
>>> time.ctime(os.stat(fi).st_ctime) # is the create time returned?
'Mon Nov 20 14:34:24 2006'
>>> time.ctime(os.stat(fi).st_mtime)# is the last modified time
returned?
'Mon Nov 27 08:46:34 2006'
>>>
Th