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
- use pasteurize in setuptools, similarly to use_2to3
- strings should use an old_str / old_unicode type, similar to old_div
- __bool__ = __nonzero__ not detected
- Unnecessary install_aliases when on list_object.append()
- libfuturize.fixes.fix_absolute_import duplicates initial comments
- `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)
- Docs
- Python not yet supported