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

Replace future with six #80

Open
guillochon opened this issue Apr 12, 2017 · 2 comments
Open

Replace future with six #80

guillochon opened this issue Apr 12, 2017 · 2 comments

Comments

@guillochon
Copy link
Member

This will remove a package dependency on future, which few people will have installed.

@lzkelley
Copy link
Member

future (as in https://pypi.python.org/pypi/future) is used in places, instead of __future__ (https://docs.python.org/2/library/__future__.html)?

@guillochon
Copy link
Member Author

Correct, it's actually imported as past, which is a part of the future package. It's mostly for string-related issues.

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

No branches or pull requests

2 participants