apparentlymart / python-stl

Python library for parsing and producing STL files, in both ASCII and binary formats. No longer maintained.
MIT License
9 stars 13 forks source link

python3 has deprecated xrange, use range instead #12

Closed beantowel closed 5 years ago

beantowel commented 6 years ago

Python3's range is Python2's xrange. There's no need to wrap an iter around it.

apparentlymart commented 6 years ago

This library was originally written for Python 2. I don't personally use this library at all anymore, nor really even write Python at all in my day-to-day, so I don't have any plans to update it for Python 3 myself, but I'm happy to accept patches that improve this library for Python 3.