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 rhettinger
Recipients Robert.Burke, rhettinger, santoso.wijaya, stutzbach
Date 2011-04-17.02:33:32
SpamBayes Score 1.9073414e-06
Marked as misclassified No
Message-id <1303007613.44.0.672070298437.issue11854@psf.upfronthosting.co.za>
In-reply-to
Content
2.6 is closed for anything except security patches at this point.

2.7 is only open for flat-out bugs, not API changes.  So, we might be able to add code that could call the __init__ method (if it exists) whenever a new set is created, but we couldn't change whether __or__ returns a new set or frozenset instead of one of its subtypes.  Existing, working code may reasonably rely on the current behavior of returning the subtype (FWIW, this also matches what was done in the original sets.py).
History
Date User Action Args
2011-04-17 02:33:33rhettingersetrecipients: + rhettinger, stutzbach, santoso.wijaya, Robert.Burke
2011-04-17 02:33:33rhettingersetmessageid: <1303007613.44.0.672070298437.issue11854@psf.upfronthosting.co.za>
2011-04-17 02:33:32rhettingerlinkissue11854 messages
2011-04-17 02:33:32rhettingercreate