Comment #15 on issue 2388 by Vinzent.Steinberg: The value of str(expr) depends on a global setting
http://code.google.com/p/sympy/issues/detail?id=2388

I remember the discussion. Basically they said that str(list(...)) will always use repr() on the content of the list. This is why we decided to ignore the separation of __str__ and __repr__ in favor of our own functions.

We could think about subclassing list and reimplementing __str__ on the other hand, to allow a more conformal __repr__ implementation.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to