Slashdot Mirror


Python 2.4 Final Released

Eventh writes "The final release of Python 2.4 was just released. Python 2.4 is the result of almost 18 month's worth of work on top of Python 2.3. New features are, but not limited to, function decorators, generator expressions, a number of new module and more. Check out Andrew Kuchling's What's New In Python for a detailed view of some of the new features of Python 2.4. "

6 of 359 comments (clear)

  1. function decorators by koi88 · · Score: 4, Funny


    Finally I can make my functions so much prettier.

    --

    I don't need a signature.
  2. heh by boschmorden · · Score: 5, Funny

    import overlords

    print "I for one welcome our new %s overloads.!" % overloads.get_random()

  3. department of redundancy dept. by Anonymous Coward · · Score: 4, Funny

    The python final release of python 2.4 is finally released for python users out there who wish to use the final release of python release final.

  4. Re:Pah by Anonymous Coward · · Score: 5, Funny

    python -c 'print "55 5 5";'

  5. Re:On Decimal and floating point by Frequency+Domain · · Score: 5, Funny
    So, obviously, we should be using base (apply '* *n-first-primes*). How about 30 or 210? At least it's not an arbitrary base.
    It doesn't matter which base you use. All your base are belong to us.
  6. Re:18 Months by ReelOddeeo · · Score: 4, Funny

    Linus' comments in the kernel's CodingStyle document are relevant too -- try to keep your functions so that you can read most of them on one screen. Python allows you to do this more often (I find) without resorting to strange brace positions.

    My functions do each fit on one screen.

    For any sufficiently large definition of screen.

    --

    Those who would give up liberty in exchange for security and DRM should switch to Microsoft Palladium!