Skip to content

Implement html.unescape and html.entities.html5 - #493

Open
singingwolfboy wants to merge 3 commits into
PythonCharmers:masterfrom
singingwolfboy:html.unescape
Open

Implement html.unescape and html.entities.html5#493
singingwolfboy wants to merge 3 commits into
PythonCharmers:masterfrom
singingwolfboy:html.unescape

Conversation

@singingwolfboy

@singingwolfboysingingwolfboy commented Aug 27, 2019

Copy link
Copy Markdown

Fixes#247. Code was shamelessly copied from https://github.com/frostming/backports.html, which in turn was copied from the Python standard library.

This code is built on top of #496 to make the Travis CI build pass. #496 should be merged before this pull request.

@singingwolfboy
singingwolfboyforce-pushed the html.unescape branch 3 times, most recently from 7ed986c to d3a90e5CompareAugust 30, 2019 14:42
Since it appears that Travis CI doesn't support them anymore
@sfdye

Copy link
Copy Markdown
Collaborator

@singingwolfboy I will happily merge this if you can rebase from master to get python26 back for now. I guess we have to deal with the fact that master is failing for quite some time due to Python 2.6 test, until a proper fix is in place.

@cclauss

Copy link
Copy Markdown
Contributor

Please rebase to resolve git conflicts and run GitHub Actions tests.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

html.unescape is missing

3 participants

@singingwolfboy@sfdye@cclauss