pmneila/PyMaxflow

Python3 fastmin uses xrange istead of range

MMarus opened this issue · 2 comments

There is no xrange in python3 therefore when using fastmin in python3 it screams about the xrange.

You're absolutely right. I'm fixing that.

It's done. I also uploaded the new version (1.2.8) to PyPI, so you should be able to update it with pip. Thank you for letting me know this error.