]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Remove print statement in favor of print() function in docs and examples 5166/head
authorAlbert Tugushev <albert@tugushev.ru>
Mon, 24 Feb 2020 03:25:40 +0000 (10:25 +0700)
committerAlbert Tugushev <albert@tugushev.ru>
Mon, 24 Feb 2020 05:02:44 +0000 (12:02 +0700)
commit04a7394f71298322188f0861b4dfe93e5485839d
treec3f9a7e2ae209e6ebafdef9a0a9b2c6615c527af
parent3cb614009ee87a115ec7230949c031402efb17c1
Remove print statement in favor of print() function in docs and examples
19 files changed:
doc/build/changelog/migration_11.rst
doc/build/core/defaults.rst
doc/build/faq/sqlexpressions.rst
examples/dogpile_caching/__init__.py
examples/elementtree/__init__.py
examples/graphs/__init__.py
examples/postgis/__init__.py
examples/vertical/__init__.py
lib/sqlalchemy/dialects/firebird/base.py
lib/sqlalchemy/dialects/firebird/fdb.py
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/ext/compiler.py
lib/sqlalchemy/ext/hybrid.py
lib/sqlalchemy/orm/descriptor_props.py
lib/sqlalchemy/orm/events.py
lib/sqlalchemy/sql/elements.py
lib/sqlalchemy/sql/functions.py
lib/sqlalchemy/sql/selectable.py
lib/sqlalchemy/sql/sqltypes.py