Skip to content
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

Updates for Python3 compatibility #15

Closed
wants to merge 1 commit into from
Closed

Updates for Python3 compatibility #15

wants to merge 1 commit into from

Conversation

wgordon17
Copy link

No description provided.

'tbody', 'thead', 'tfoot', 'tr', 'td', 'th', 'dl',
'dt', 'dd', 'blockquote', 'h1', 'h2', 'h3', 'h4',
'h5', 'h6', 'pre'])
isolated_elements = {'script', 'style', 'noscript', 'textarea'}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes the extension incompatible with Python 2. The old code works on both versions.

@wgordon17 wgordon17 closed this Feb 10, 2017
@untitaker
Copy link

Your other changes appear to be fine though!

@wgordon17
Copy link
Author

Honestly, I closed my PR only after I realized there were already 3 other PRs regarding adding python 3 support =P

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.

None yet

2 participants