[Python-Dev] RELEASED: Python 2.3b1 (original) (raw)

Guido van Rossum guido@python.org
Fri, 25 Apr 2003 20:12:41 -0400


Python 2.3b1 is the first beta release of Python 2.3. Much improved since the last alpha, chockfull of things you'd like to check out:

http://www.python.org/2.3/

Some highlights of what's new since 2.3a2:

For more highlights, see http://www.python.org/2.3/highlights.html

New since Python 2.2:

See also http://www.python.org/doc/2.3b1/whatsnew/ - Andrew Kuchling's description of all important changes since 2.2.

We request widespread testing of this release but don't recommend using it for production situations yet. Beta releases contain bugs. New APIs are expected to be stable, and may be changed only if serious deficiencies are found. No new APIs or modules will be added after the first beta release. If you have an important Python application, we strongly recommend that you try it out with a beta release and report any incompatibilities or other problems you may encounter, so that they can be fixed before the final release. To report problems, use the SourceForge bug tracker:

http://sourceforge.net/tracker/?group_id=5470&atid=105470

Enjoy!

--Guido van Rossum (home page: http://www.python.org/~guido/)