aaronsw / html2text

Convert HTML to Markdown-formatted text.
http://www.aaronsw.com/2002/html2text/
GNU General Public License v3.0
2.63k stars 414 forks source link

xrange is not supported in Python3 #85

Closed fzakaria closed 10 years ago

fzakaria commented 10 years ago

This module gives the impression it supports Python 3 however xrange is unsupported in Python 3.

I suggest changing it to range or importing xrange from six module in Python 3 ! :)

mcepl commented 10 years ago

html2text in this repo is NOT Python3 compliant. There are many more issues with python3 compliance than just xrange. I have working python3 version in https://github.com/mcepl/html2text/tree/next and https://github.com/Alir3z4/html2text (what probably might be an interim replacement repo, see #91) has it as well.

I think this could be safely closed as NOTABUG.

fzakaria commented 10 years ago

CLosing as NOTABUG