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 spiv
Recipients belopolsky, flox, pitrou, rhettinger, spiv
Date 2010-08-09.23:40:11
SpamBayes Score 0.009147796
Marked as misclassified No
Message-id <1281397213.83.0.969490814097.issue8685@psf.upfronthosting.co.za>
In-reply-to
Content
Alexander: yes, they are complementary.  My patch improves set.difference, which always creates a new set.  issue8425 on the other hand improves in-place difference (via the -= operator or set.difference_update).  Looking at the two patches, my patch will not improve in-place difference, and issue8425's patch will not improve set.difference.  So they are complementary.
History
Date User Action Args
2010-08-09 23:40:14spivsetrecipients: + spiv, rhettinger, belopolsky, pitrou, flox
2010-08-09 23:40:13spivsetmessageid: <1281397213.83.0.969490814097.issue8685@psf.upfronthosting.co.za>
2010-08-09 23:40:12spivlinkissue8685 messages
2010-08-09 23:40:11spivcreate