Additionally, regarding PR 2344, in my docstring for dynkin_diagram.py I 
have a print statement:

 >>> print DynkinDiagram("A3")
    0---0---0
    1   2   3

Now, I just found out how in python 3.x print is now a function, so you 
need print(DynkinDiagram("A3")) which is why the doctests are failing for 
python 3.2 and 3.3.  I'm not sure how to fix this, as it seems to me, no 
matter what, the doctests will either fail for 2.6 and 2.7 or 3.2 and 3.3.

Thoughts?

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


Reply via email to