orakaro / rainbowstream

A smart and nice Twitter client on terminal written in Python.
https://github.com/orakaro/rainbowstream
MIT License
3.54k stars 260 forks source link

Update py3patch.py #305

Closed poyynt closed 3 years ago

poyynt commented 3 years ago

Remove deprecated HTMLParser.HTMLParser.unescape and replace it with html.unescape making it safer and working on Python 3.9.

smai-f commented 3 years ago

@poyynt @orakaro Hey, random bystander here, just noticed from perusing the issues in this repo -- some folks aren't able to run the app because they're using 3.9.5 and would benefit from this PR getting in

fermino commented 3 years ago

Agree with @smai-f, I've tried installing it all ways and I guess I'll have to do it with python2 and virtualenv, but there's a lot of users that might just give up on the first try :/ Thanks for this great project, though! :)