[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

import antigravity

Lawrence D'Oliveiro

3/16/2010 7:41:00 AM

Subtle...
22 Answers

Stefan Behnel

3/16/2010 7:52:00 AM

0

Lawrence D'Oliveiro, 16.03.2010 08:40:
> Subtle...

Absolutely.

Python 2.4.6 (#2, Jan 21 2010, 23:45:25)
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import antigravity
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named antigravity


Stefan

Chris Rebert

3/16/2010 7:52:00 AM

0

On Tue, Mar 16, 2010 at 12:40 AM, Lawrence D'Oliveiro
<ldo@geek-central.gen.new_zealand> wrote:
> Subtle...

You're a bit behind the times.
If my calculations are right, that comic is over 2 years old.

Cheers,
Chris

Chris Rebert

3/16/2010 8:16:00 AM

0

On Tue, Mar 16, 2010 at 12:51 AM, Stefan Behnel <stefan_ml@behnel.de> wrote:
> Lawrence D'Oliveiro, 16.03.2010 08:40:
>>
>> Subtle...
>
> Absolutely.
>
>  Python 2.4.6 (#2, Jan 21 2010, 23:45:25)
>  [GCC 4.4.1] on linux2
>  Type "help", "copyright", "credits" or "license" for more information.
>  >>> import antigravity
>  Traceback (most recent call last):
>    File "<stdin>", line 1, in ?
>  ImportError: No module named antigravity

http://svn.python.org/view/python/trunk/Lib/antigravity.py?view=markup&pat...

Cheers,
Chris
--
http://blog.re...

Ulrich Eckhardt

3/16/2010 11:57:00 AM

0

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

Chris Rebert

3/16/2010 12:13:00 PM

0

On Tue, Mar 16, 2010 at 4:56 AM, Ulrich Eckhardt
<eckhardt@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.re...

Alf P. Steinbach

3/16/2010 12:13:00 PM

0

* 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

Hans Mulder

3/16/2010 7:30:00 PM

0

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

Martin P. Hellwig

3/16/2010 7:45:00 PM

0

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

Mark Lawrence

3/16/2010 8:44:00 PM

0

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.

Michael Rudolf

3/16/2010 11:48:00 PM

0

Am 16.03.2010 21:44, schrieb Mark Lawrence:
> Who actually *IS* running the time machine? Are there any bugs??

My is. And as I'm a lazy hacker: sure. there are bugs. lets just call
them features and move on. nothing to see here ;)