astrocats icon indicating copy to clipboard operation
astrocats copied to clipboard

Replace `future` with `six`

Open guillochon opened this issue 7 years ago • 2 comments

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

guillochon avatar Apr 12 '17 14:04 guillochon

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

lzkelley avatar Apr 12 '17 14:04 lzkelley

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

guillochon avatar Apr 12 '17 14:04 guillochon