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 mark.dickinson
Recipients alexhsamuel, mark.dickinson, theller
Date 2008-11-19.18:05:47
SpamBayes Score 2.6687878e-06
Marked as misclassified No
Message-id <1227117949.36.0.00808140183672.issue4357@psf.upfronthosting.co.za>
In-reply-to
Content
The bug is that the set operations return instances of the subclass,
rather than instances of set.

This is already fixed for 3.0: see issue 1721812.  It was deemed too risky 
to backport the change to 2.x.
History
Date User Action Args
2008-11-19 18:05:49mark.dickinsonsetrecipients: + mark.dickinson, theller, alexhsamuel
2008-11-19 18:05:49mark.dickinsonsetmessageid: <1227117949.36.0.00808140183672.issue4357@psf.upfronthosting.co.za>
2008-11-19 18:05:47mark.dickinsonlinkissue4357 messages
2008-11-19 18:05:47mark.dickinsoncreate