"Nicolas M. Thiery" <[email protected]> writes:

>       Dear Stefan,
>
> Thanks for your feedback!
>
> On Mon, Jun 20, 2011 at 02:08:18PM -0700, Stefan van Zwam wrote:
>>    Sorry to bug you again with this (I already did so a few months back), but
>>    I still have qualms with Sage's built-in Set type. For starters, it does
>>    not offer the same interface that Python's frozenset offers (example: the
>>    issubset() method).
>
>     sage: Set([1,2,3]).issubset(Set([1,2,3,4]))
>     True
>
> :-)

shouldn't that be is_subset and is_superset?

Martin

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.

Reply via email to