Andrew Bennetts <s...@users.sourceforge.net> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8685>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to