[Python-Dev] RELEASED: Python 2.3b2

Raymond Hettinger python@rcn.com
Mon, 30 Jun 2003 11:11:06 -0400


> Guido van Rossum wrote:
> 
> > [...]
> > 
> > Looking over the list of highlights it's clear that 2.3 is focusing on
> > stability.  I hope that we can limit trunk checkins to bugfixes only
> > between now and the final release of 2.3.
> 
> Does this mean no new tests?

If more test development can potentially expose bugs,
then that is a plus, but let's avoid creating suites that
are their own can of worms (like test_logging).

Also, new tests should continue to go in for each bugfix
(to make sure it works for everyone and stays working).


Raymond Hettinger