LWN.net Logo

Python 3.0 released

Python 3.0 released

Posted Dec 4, 2008 5:39 UTC (Thu) by kbob (guest, #1770)
Parent article: Python 3.0 released

Python 3 was originally called Python 3000. However, it released in 2008, 992 years early.

Is software hard to schedule or what?


(Log in to post comments)

Python 3.0 released

Posted Dec 4, 2008 6:42 UTC (Thu) by macson_g (subscriber, #12717) [Link]

3000 is clearly an octal number, which translates to 1536. And 1536 is a year when The Inquisition was implemented in Portugal.

Remember: No one ever expects The Portugal Inquisition :)

Python 3.0 released

Posted Dec 4, 2008 13:36 UTC (Thu) by jimbo (subscriber, #6689) [Link]

KBob wrote:-

> Remember: No one ever expects The Portugal Inquisition :)

Sorry, Your Eminience, but that's the Portuguese Inquisition...

Python 3.0 released

Posted Dec 4, 2008 13:52 UTC (Thu) by tarjei (subscriber, #29357) [Link]

I'm quite sure the original joke referred to the Spanish inquisition.

Python 3.0 released

Posted Dec 4, 2008 16:07 UTC (Thu) by felixfix (subscriber, #242) [Link]

Yes, that's why the grammar was corrected to match.

Python 3.0 released

Posted Dec 5, 2008 0:34 UTC (Fri) by nix (subscriber, #2304) [Link]

jimbo wrote:
>KBob wrote:-
>> Remember: No one ever expects The Portugal Inquisition :)
>Sorry, Your Eminience, but that's the Portuguese Inquisition...

That should be 'Eminence' :)

Python 3.0 released

Posted Dec 5, 2008 3:46 UTC (Fri) by sbergman27 (subscriber, #10767) [Link]

"""
That should be 'Eminence' :)
"""

No. I'm sure it's Eminience. As in "of or pertaining to the planet Eminiar VII". I therefore suggest the name "Vendikar" for this new Python release. Hey, it's computer related. :-)

Python 3.0 released

Posted Dec 5, 2008 2:42 UTC (Fri) by nlucas (subscriber, #33793) [Link]

To me it's clearly a base-26 number, where each digit corresponds to an alphabet letter.

Then, 3000 => daaa.

Everybody knows "daaa" is the Portuguese phonetic equivalent of the English "D'oh!" [1].

[1] http://en.wikipedia.org/wiki/D%27oh!

Python 3.0 released

Posted Dec 4, 2008 8:40 UTC (Thu) by sbergman27 (subscriber, #10767) [Link]

from __future__ import python

Which should be no surprise to anyone, these days:

http://xkcd.com/353/

Python 3.0 released

Posted Dec 4, 2008 9:38 UTC (Thu) by alexl (subscriber, #19068) [Link]

That strip needs to be upgraded for Python 3.0. "print" changed from a statement to a function.

Python predicted the economic crisis

Posted Dec 5, 2008 0:26 UTC (Fri) by nix (subscriber, #2304) [Link]

I knew it was coming years ago when I asked my Python oracle:

>>> from __future__ import money
File "<stdin>", line 1
SyntaxError: future feature money is not defined

Then I *knew* we were in trouble.

Python predicted the economic crisis

Posted Dec 5, 2008 0:59 UTC (Fri) by sbergman27 (subscriber, #10767) [Link]

Verify that it's working right by importing something you know is there.

Try "from __future__ import viagra_spam"

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds