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 alexhsamuel
Recipients alexhsamuel, mark.dickinson, theller
Date 2008-11-19.18:32:41
SpamBayes Score 7.916579e-10
Marked as misclassified No
Message-id <49245BC7.7090601@alexsamuel.net>
In-reply-to <1227117949.36.0.00808140183672.issue4357@psf.upfronthosting.co.za>
Content
In the sample code I attached, z is an instance of MySet under 3.0rc2.  Is 
that expected?

Thanks,
Alex

Mark Dickinson wrote:
> Mark Dickinson <dickinsm@gmail.com> added the comment:
> 
> 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.
> 
> ----------
> assignee: theller -> 
> components: +Interpreter Core -ctypes
> nosy: +marketdickinson
> resolution:  -> duplicate
> status: open -> closed
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue4357>
> _______________________________________
History
Date User Action Args
2008-11-19 18:32:43alexhsamuelsetrecipients: + alexhsamuel, theller, mark.dickinson
2008-11-19 18:32:42alexhsamuellinkissue4357 messages
2008-11-19 18:32:41alexhsamuelcreate