On Sun, Nov 8, 2009 at 2:01 PM, Gonzalo Tornaria <torna...@math.utexas.edu> wrote: > This doesn't happen in "sage -python", but it does happen in "sage > -ipython", so I guess is ipython related. However, both versions seem > to be using ipython 9.1...
This is the pprint (pretty print) module. From ipython's man page: -[no]pprint IPython can optionally use the pprint (pretty printer) module for displaying results. pprint tends to give a nicer display of nested data structures. If you like it, you can turn it on permanently in your config file (default off). $ ipython -nopprint In [1]: s = set(['a', 'b', 'c']) In [2]: s Out[2]: set(['a', 'c', 'b']) -- Carlo Hamalainen http://carlo-hamalainen.net --~--~---------~--~----~------------~-------~--~----~ To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---