Author rhettinger
Recipients
Date 2003-11-28.21:57:03
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=80475

Yes, that was the culprit.

I'll look for a way to make __cmp__ a bit smarter.  In the
meantime, the proper way to check for None is always:  if
dict is None.
History
Date User Action Args
2007-08-23 14:18:29adminlinkissue849662 messages
2007-08-23 14:18:29admincreate