Status: Accepted Owner: ---- CC: [email protected] Labels: Type-Defect Priority-Medium Python3 Physics Mechanics
New issue 2936 by [email protected]: use2to3 warnings http://code.google.com/p/sympy/issues/detail?id=2936 use2to3 gives the following: RefactoringTool: Warnings/messages while refactoring: RefactoringTool: ### In file py3k-sympy/sympy/physics/mechanics/kane.py ### RefactoringTool: Line 165: You should use a for loop here RefactoringTool: Line 187: You should use a for loop here Those lines are map(seta.__setitem__, ol, []) -- 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.
