commit | 7f9b5e014ba2f75c76c2564b2f46367fccf813d0 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Jan 22 19:30:07 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Jan 22 19:30:07 2001 +0000 |
tree | a48383eab19d5a97ced68bf6e0bc598dc7d47c3b | |
parent | 0871e9315ec2395775f600baedacdcbcd4cb5f5c [diff] |
OK, changed my mind once more on this. The comparison hierarchy is now None < all numeric types < all other types so that once again map(max, Squares(3), Squares(2)) equals [0, 1, 4]