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

py2/py3 compatability #16

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

py2/py3 compatability #16

wants to merge 19 commits into from

Conversation

tedder
Copy link
Contributor

@tedder tedder commented Jul 2, 2016

speedparser is now fully compatible (for me at least). Unit tests mostly work, but there are several that depend on data that isn't committed.

tedder added 3 commits July 1, 2016 22:47
- basestring to str
- decode for text parsing
- iteritems() to items()
- commented out unused code; lxml isn't imported and the variables aren't assigned outside of that scope.
- bump version
- add 'future' as required module
- remove unused imports from setup
- fix futures imports in speedparser itself
- remove a debug line from speedparser

I can run the tests but several of them fail for a missing `feeds/` directory. I assume that only exists on jmoiron's box.
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.

1 participant