sympy / sympy-bot-old

SymPy pull request helper
http://reviews.sympy.org/
Other
24 stars 16 forks source link

Report use2to3 errors. #146

Closed jrioux closed 11 years ago

asmeurer commented 11 years ago

Great. +1.

Is this a current issue, or just preemptive?

jrioux commented 11 years ago

https://github.com/sympy/sympy/pull/1761 crashed my bot. It looks like 2to3 doesn't handle the reduce inside a docstring; reduce was removed in python 3 and must be imported from functools.