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
{{ message }}
This repository has been archived by the owner on Jul 10, 2022. It is now read-only.
We can use Python future to support both Python 2 and 3 from the same codebase. This would allow the course API to be used in existing Python 2 projects.
See cmu_auth for an example of how to do this - here, I upgraded a Python 2 package to work on both Python 2 and 3.
The text was updated successfully, but these errors were encountered:
We can use Python future to support both Python 2 and 3 from the same codebase. This would allow the course API to be used in existing Python 2 projects.
See cmu_auth for an example of how to do this - here, I upgraded a Python 2 package to work on both Python 2 and 3.
The text was updated successfully, but these errors were encountered: