Comment #5 on issue 1348 by [email protected]: python printer incorretly treats 1/2
http://code.google.com/p/sympy/issues/detail?id=1348

These are the ones that aren't addressed in polys12 (that are in master) but are in the pull request:


    h[6] >>> for s in dir(S):
         ...  if s.startswith('_'):continue
         ...  si = getattr(S, s)
         ...  try:assert S(srepr(si)) == si
         ...  except: print si
         ...
    Catalan
    zoo
    EulerGamma
    E
    GoldenRatio
    I
    pi


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
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/sympy-issues?hl=en.

Reply via email to