Skip to content

Fix alphabeticalattributes filter namepsace problem #324

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 31, 2017
Merged

Fix alphabeticalattributes filter namepsace problem #324

merged 2 commits into from
Aug 31, 2017

Conversation

willkg
Copy link
Contributor

@willkg willkg commented Feb 23, 2017

If a tag has an attribute with a None namespace and one with a str namespace,
then this filter would fail with a TypeError in Python 3. This fixes that.

Fixes #322

If a tag has an attribute with a None namespace and one with a str namespace,
then this filter would fail with a TypeError in Python 3. This fixes that.

Fixes #322
@willkg
Copy link
Contributor Author

willkg commented Aug 30, 2017

This has been sitting around for 6 months. I was told if I put a PR together that someone would help me land it: #322 (comment)

What's going on? What can I do to help land this and move forward with the other 17 pull requests in the queue?

@gsnedders gsnedders merged commit 05fcd62 into html5lib:master Aug 31, 2017
@willkg
Copy link
Contributor Author

willkg commented Aug 31, 2017

Thank you!

@willkg willkg deleted the 322-alphaattr-fix branch December 4, 2017 14:03
Sign up for free to 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.

alphabeticalattributes filter TypeError when comparing namespaced attributes with non-namespaced attributes
2 participants