chhantyal / py3readiness

Python 3 support graph for most popular packages
http://chhantyal.net/py3readiness
BSD 2-Clause "Simplified" License
159 stars 70 forks source link

futures package is gray, but it is a backport from Python 3 #16

Closed ilevkivskyi closed 8 years ago

ilevkivskyi commented 9 years ago

futures package https://pypi.python.org/pypi/futures is gray, but it is actually a backport from Python 3. IMO it either should be shown green or removed from the list.

henryiii commented 8 years ago

This seems to have been fixed...

waldyrious commented 8 years ago

Cross-referencing https://github.com/ubershmekel/python3wos/issues/11, for the record.

chhantyal commented 8 years ago

It is fixed.

For reference, see this PR https://github.com/brettcannon/caniusepython3/pull/98