[Python-Dev] Re: No new features
Bill Janssen
janssen at parc.com
Wed Mar 9 18:12:27 CET 2005
Hear, hear!
> Going from
> 2.x.y to 2.x.y+1 shouldn't break anything, going from 2.x.y+1 to 2.x.y
> shouldn't break anything that doesn't whack into a bug in 2.x.y -- and
> "not having bool" isn't a bug in this sense.
Micro releases are all about bug fixes. Every micro release of the
same minor release should be compatible with every other, except for
bugs and fixes to those bugs.
Bill
More information about the Python-Dev
mailing list