blitzpp / blitz

Blitz++ Multi-Dimensional Array Library for C++
https://github.com/blitzpp/blitz/wiki
Other
405 stars 84 forks source link

Add future print_function for python2 and python3 compatibility #49

Closed TunaLobster closed 5 years ago

TunaLobster commented 6 years ago

Tested using Python 3.6.0 in Anaconda 4.3.1 environment.

TunaLobster commented 6 years ago

Missed a print statement at /blitz/generate.py@line:688

slayoo commented 6 years ago

Thanks! Let's then try to add Python 2 and Python 3 build matrix to travis so that future regressions will be prevented. Also, probably #31 could be reverted, right?