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.
Fixed a few Python3.6 deprecation warnings by replacing StopIteration
with return, as well as using getfullargspec() instead of getargspec() under Python 3.
Additionally fixed docstrings with backslashes needing r'', filehandles
not explicitly closed, accommodate for .pyc files not necessarily present.
Migrated issue, originally created by Christopher Sang (@csang)
Run a downgrade on an initially empty db, using a command like:
The following DeprecationWarning occurs:
Environment:
See https://www.python.org/dev/peps/pep-0479/
The text was updated successfully, but these errors were encountered: