Author rhettinger
Recipients Rhamphoryncus, rhettinger
Date 2008-05-08.04:52:14
SpamBayes Score 0.112002
Marked as misclassified No
Message-id <1210222335.88.0.134412931652.issue2778@psf.upfronthosting.co.za>
In-reply-to
Content
If needed, I'll update the PEP to be more clear.  The sets.py module 
had two protocols: __as_immutable__() and __as_temporarily_immutable__
().  The first protocol was the one that was dropped -- it triggered 
with something like "s1.add(s2)" and it automatically created a 
frozenset copy of s2.  The second protocol is used in 
contains/remove/discard.  Alex Martelli successfully lobbied for its 
retention.
History
Date User Action Args
2008-05-08 04:52:16rhettingersetspambayes_score: 0.112002 -> 0.112002
recipients: + rhettinger, Rhamphoryncus
2008-05-08 04:52:15rhettingersetspambayes_score: 0.112002 -> 0.112002
messageid: <1210222335.88.0.134412931652.issue2778@psf.upfronthosting.co.za>
2008-05-08 04:52:14rhettingerlinkissue2778 messages
2008-05-08 04:52:14rhettingercreate