One more tweak to the python 3.5 adaptation.

This commit is contained in:
Jerry James 2015-11-21 10:31:13 -07:00
parent 1109279006
commit f5fd90c6d0
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ cp -a . %{py3dir}
# Handle a new way eval() can fail in python 3.5
sed -e 's/SyntaxError/&, TypeError/' \
-e 's/unbound method/contains() missing 1 required positional argument/' \
-e 's/unbound method/contains() missing 1 required positional argument...\n /' \
-i.orig %{py3dir}/sympy/core/sympify.py
fixtimestamp %{py3dir}/sympy/core/sympify.py