From: Alf P. Steinbach on
* Ulrich Eckhardt:
> Chris Rebert wrote:
>> You're a bit behind the times.
>> If my calculations are right, that comic is over 2 years old.
>
> import timetravel

C:\test> python
Python 3.1.1 (r311:74483, Aug 17 2009, 17:02:12) [MSC v.1500 32 bit (Intel)]
on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import time
>>> time.altzone
-7200
>>> # hm.
...
>>> _


Cheers,

- Alf
From: Chris Rebert on
On Tue, Mar 16, 2010 at 4:56 AM, Ulrich Eckhardt
<eckhardt(a)satorlaser.com> wrote:
> Chris Rebert wrote:
>> You're a bit behind the times.
>> If my calculations are right, that comic is over 2 years old.
>
> import timetravel
>
> Uli

So that's where Guido's been hiding his infamous time machine! Right
in plain sight!
It's so obvious in retrospect.

Cheers,
Chris
--
http://blog.rebertia.com
From: Hans Mulder on
Ulrich Eckhardt wrote:
> Chris Rebert wrote:
>> You're a bit behind the times.
>> If my calculations are right, that comic is over 2 years old.
>
> import timetravel

I think you mean:

from __future__ import timetravel


-- HansM
From: Martin P. Hellwig on
On 03/16/10 19:30, Hans Mulder wrote:
> Ulrich Eckhardt wrote:
>> Chris Rebert wrote:
>>> You're a bit behind the times.
>>> If my calculations are right, that comic is over 2 years old.
>>
>> import timetravel
>
> I think you mean:
>
> from __future__ import timetravel
>
>
> -- HansM

Well according to Marty it is:
from __back_to_the_future import DeLorean

--
mph
From: Mark Lawrence on
Hans Mulder wrote:
> Ulrich Eckhardt wrote:
>> Chris Rebert wrote:
>>> You're a bit behind the times.
>>> If my calculations are right, that comic is over 2 years old.
>>
>> import timetravel
>
> I think you mean:
>
> from __future__ import timetravel
>
>
> -- HansM

Taking 1984 into account surely it should be

from __past__ import __future__ as future

But the question is, have we yet got to 1984, are we currently there or
have we already gone past it? Who actually *IS* running the time
machine? Are there any bugs??

Regards.

Mark Lawrence.

First  |  Prev  |  Next  |  Last
Pages: 1 2 3 4 5
Prev: Build Python with XCode
Next: affectation in if statement