Closed sqlalchemy-bot closed 7 years ago
Michael Bayer (zzzeek) wrote:
Michael Bayer (zzzeek) wrote:
Clean up all Python 3.6 warnings
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.
Change-Id: Id9791c5fa8b4b1f3e4e36f237a8a8ebcef4aaaba Fixes: #458
→ 6c2934661f38
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/