Hi: Is the following a feature or a bug?
sage: set([1,2]) set([1, 2]) sage: set([[1],[2]]) --------------------------------------------------------------------------- <type 'exceptions.TypeError'> Traceback (most recent call last) /Users/wdj/sagefiles/sage-2.8.2/<ipython console> in <module>() <type 'exceptions.TypeError'>: list objects are unhashable (Set also does this). - David --~--~---------~--~----~------------~-------~--~----~ 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://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---
