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
PEP3101 says % will be removed from string formatting at some point. Some of the discussion here seems to assert otherwise. We can add the .format replacement as a wishlist item for now. It's not critical, as it hasn't been deprecated yet.
To date we've covered the following issues in Python 3.x migration:
Added a fix for Python 3.x removal of long type
Added a fix for Python 3.x addition of __iter__ to str
Add CI unit tests for Python 3.5 support
The text was updated successfully, but these errors were encountered: