Changed paths:
M theano/compile/mode.py
M theano/gof/op.py
M theano/gof/opt.py
M theano/gof/tests/test_link.py
M theano/tensor/nnet/bn.py
M theano/tensor/nnet/tests/test_conv.py
M theano/tests/test_determinism.py
Log Message:
-----------
MAINT: Avoid SyntaxWarnings on import in Python 3.8
Changed paths:
M theano/compile/mode.py
M theano/gof/op.py
M theano/gof/opt.py
M theano/gof/tests/test_link.py
M theano/tensor/nnet/bn.py
M theano/tensor/nnet/tests/test_conv.py
M theano/tests/test_determinism.py
Log Message:
-----------
Merge pull request #6747 from rebecca-palmer/py38_syntaxwarnings
MAINT: Avoid SyntaxWarnings on import in Python 3.8