You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat/py3_without_2to3:
No longer need to call 2to3 during build.
Use __name__ instead of func_name for compatibility with Python 3.
Unicode→str kwargs hack only needed for Python <2.7.
Wrap print statement/function in scripts for compatibility.
Remove library rebuild hack in tox config.
Removed now unused build path hack in tests.
No need for unicode→str kwargs hack in Python 3.
Use Python 2 & 3 compatible syntax for metaclass usage.
Attempt to import using Python 3 stdlib names first.
Conflicts:
github2/core.py
github2/request.py
0 commit comments