python-future
https://github.com/pythoncharmers/python-future
Python
Easy, clean, reliable Python 2/3 compatibility
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported0 Subscribers
Add a CodeTriage badge to python-future
Help out
- Issues
- `round` implementaion is tremendously slow
- `isinstance(..., str)` fails when applied to elements of sys.argv
- future strings do not work with urllib.urlencode
- Change isinstance(obj, str) to isinstance(obj, basestring) to avoid breaking Py2 code
- Handle special case for filter(bool)
- future doesn't support python3 functions annotations
- Allow converting newbytes to python2 str
- f-string fixer?
- `ImportError: cannot import name MaxRetryError` when trying to install_aliases on 0.17.0/0.17.1
- python-future and six's with_meta and the stack frame
- Docs
- Python not yet supported