Slashdot Mirror


Python 2.3.1 Just Released

PSF writes "The Python Software Foundation (PSF) has announced the release of version 2.3.1 of the Python programming language. This minor release introduces a number of enhancements based on two months of experience since release of version 2.3. For more information see www.python.org/2.3.1."

2 of 18 comments (clear)

  1. Boost.Python Library by Henry+V+.009 · · Score: 4, Interesting

    I have been thinking of learning Python ever since I found the Boost.Python library at http://www.boost.org.

    I suppose that it is time to go find a good tutorial. Anybody had luck using C++ and Python together with this?

  2. Re:The real 2.3 release? by jemfinch · · Score: 5, Informative

    Python 2.3 had its development accelerated, but it most definitely was not released early. Had we not chosen to accelerate development, we would have released it just a week later.

    That's why you haven't noticed any serious problems with the 2.3 release. It wasn't rushed.

    Jeremy