On Sunday, November 24, 2013 6:48:13 PM UTC+4, Chris Smith wrote: > > If I don't make the following change in code, the iteritems attribute > doesn't get replaced and tests under 3x fail. >
It makes sense, as we don't use 2to3. You should replace this to py3-compatible code (use items property). https://github.com/sympy/sympy/wiki/Development-workflow#wiki-python-3 -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
