[python-advocacy] Python 3000 question for PR

David Goodger goodger at python.org
Wed Dec 5 22:47:32 CET 2007


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>


More information about the Advocacy mailing list