Author tim_one
Recipients
Date 2003-03-02.00:32:23
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

This turned out to be messier than I hoped, because Set 
also implements __cmp__, so returning NotImplented 
didn't do a lick of good.  See the checkin msg and new code 
comments for discussions of subtleties.

Lib/sets.py; new revision: 1.43
Checking in Lib/test/test_sets.py; new revision: 1.21 
Misc/NEWS; new revision: 1.685
History
Date User Action Args
2007-08-23 14:11:27adminlinkissue693121 messages
2007-08-23 14:11:27admincreate