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 stutzbach
Date 2010-05-19.16:54:58
SpamBayes Score 0.0072819954
Marked as misclassified No
Message-id <1274288100.9.0.0116762037364.issue8768@psf.upfronthosting.co.za>
In-reply-to
Content
In test_set.py (and test_sets.py in 2.x), there's a method named "checkempty_symmetric_difference".  It should be named "test_checkempty_symmetric_difference" so that it will actually be called as a test.  It's not referenced anywhere else.

The test verifies the XOR identity: some_set == some_set ^ empty_set.

Patch against trunk attached.
History
Date User Action Args
2010-05-19 16:55:01stutzbachsetrecipients: + stutzbach
2010-05-19 16:55:00stutzbachsetmessageid: <1274288100.9.0.0116762037364.issue8768@psf.upfronthosting.co.za>
2010-05-19 16:54:59stutzbachlinkissue8768 messages
2010-05-19 16:54:59stutzbachcreate