This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Rhamphoryncus
Recipients Rhamphoryncus, rhettinger
Date 2008-05-07.20:11:47
SpamBayes Score 0.01866416
Marked as misclassified No
Message-id <1210191109.29.0.0649338240652.issue2778@psf.upfronthosting.co.za>
In-reply-to
Content
The intended use is unsafe.  contains, remove, and discard all use it
for a lookup, which can't be fixed.

Upon further inspection, intersection_update is fine.  Only a temporary
set (not frozenset!) is given junk, which I don't see as a problem.

If someone can confirm that contains/remove/discard's usage is an
artifact I'll submit a patch that removes it.
History
Date User Action Args
2008-05-07 20:11:49Rhamphoryncussetspambayes_score: 0.0186642 -> 0.01866416
recipients: + Rhamphoryncus, rhettinger
2008-05-07 20:11:49Rhamphoryncussetspambayes_score: 0.0186642 -> 0.0186642
messageid: <1210191109.29.0.0649338240652.issue2778@psf.upfronthosting.co.za>
2008-05-07 20:11:48Rhamphoryncuslinkissue2778 messages
2008-05-07 20:11:47Rhamphoryncuscreate