On 12/5/07, David Goodger <goodger at python.org> wrote: > - Comparisons of types have been tightened up The above is incomplete. Should be: - Comparisons of incompatible types have been tightened up. Comparing a number and a string now raises a TypeError exception. -- David Goodger <http://python.net/~goodger>