Is this a bug?
sage: Set([])
{}
sage: Set(Set([]))
{}
sage: Set([]) == Set(Set([]))
TrueIn general, are Sage Sets supposed to behave like mathematical sets? --~--~---------~--~----~------------~-------~--~----~ 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-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
