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 stutzbach
Recipients aronacher, barry, benjamin.peterson, georg.brandl, rhettinger, stutzbach
Date 2010-12-17.17:57:19
SpamBayes Score 8.905591e-07
Marked as misclassified No
Message-id <1292608641.26.0.46867312161.issue2226@psf.upfronthosting.co.za>
In-reply-to
Content
Raymond,

Do you have around 10 minutes today to look at the patch I submitted in Issue 8743?  It appears to solve both this issue and that one, which have priorities critical and high, respectively.

It's a reasonably small patch: around 20 lines changed plus 20 lines added, all Python code.  Here's a direct link:

http://bugs.python.org/file20045/set-with-Set.patch

If it looks good to you, I'd like to commit it in time for 3.2b2 so that it gets as much exercise as possible before 3.2-final.

Earlier you had expressed that adding the __rand__ methods to collections.Set would be tricky issue, so I'm concerned that I have overlooked something important and obvious.

(Feedback from others is, of course, welcome as well)
History
Date User Action Args
2010-12-17 17:57:21stutzbachsetrecipients: + stutzbach, barry, georg.brandl, rhettinger, benjamin.peterson, aronacher
2010-12-17 17:57:21stutzbachsetmessageid: <1292608641.26.0.46867312161.issue2226@psf.upfronthosting.co.za>
2010-12-17 17:57:19stutzbachlinkissue2226 messages
2010-12-17 17:57:19stutzbachcreate