Mike S wrote:
On Wednesday, May 8, 2013 5:07:41 AM UTC-4, Volker Braun wrote:

    Can you paste a (simple) command line session that exhibits the
    problem?


If you're referring to the problem with IPython vomiting the symbol list
with print commands, I just figured out what the problem was:  I had tab
characters in my string literals!  Removing them fixed it.

Obviously. (That was my first thought when I read of the "Show all ... possibilities", but you meanwhile got it... ;-) )

Note that even inside (non-raw) strings, it's generally better to use '\t' (the escape sequence for a tab character). (With that, copy-pasting would have worked, modulo the other, "too large code blocks" issue.)


-leif

--
() The ASCII Ribbon Campaign
/\   Help Cure HTML E-Mail

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to