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 spiv
Date 2010-05-11.09:24:05
SpamBayes Score 0.09763886
Marked as misclassified No
Message-id <1273569848.69.0.43346229824.issue8685@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, obvious bug in this patch. set('abc') - set('bcd') != set('bcd') - set('abc').  I'll see if I can make a more sensible improvement.

See also <http://bugs.python.org/issue8425>.  Thanks dickinsm on #python-dev.
History
Date User Action Args
2010-05-11 09:24:08spivsetrecipients: + spiv
2010-05-11 09:24:08spivsetmessageid: <1273569848.69.0.43346229824.issue8685@psf.upfronthosting.co.za>
2010-05-11 09:24:06spivlinkissue8685 messages
2010-05-11 09:24:05spivcreate