Message2018

Author pjenvey
Recipients
Date 2007-11-26.22:34:24
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The migration to booleans didn't catch some places where bools (instead of 1s/0s) should be returned, such as:

sequences:

>>> () == ()
1
>>> () > ()
0

dicts:

>>> {} == {}
1

a grep for Py.One or Py.Zero would find these and maybe some more
History
Date User Action Args
2008-02-20 17:18:07adminlinkissue1839038 messages
2008-02-20 17:18:07admincreate