]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Remove print statement in favor of print() function in docs and examples
authorAlbert Tugushev <albert@tugushev.ru>
Wed, 26 Feb 2020 16:09:29 +0000 (11:09 -0500)
committersqla-tester <sqla-tester@sqlalchemy.org>
Wed, 26 Feb 2020 16:09:29 +0000 (11:09 -0500)
commita836e3df5d973f75bd8330cecb76511b67c13612
tree6c2e6de399ad90f49112bb5fecc02ae99c651a63
parente15c53716b9f59c7c666c77d1e8b8d82538036a3
Remove print statement in favor of print() function in docs and examples

<!-- Provide a general summary of your proposed changes in the Title field above -->

### Description
<!-- Describe your changes in detail -->
Remove print statements

### Checklist
<!-- go over following points. check them with an `x` if they do apply, (they turn into clickable checkboxes once the PR is submitted, so no need to do everything at once)

-->

This pull request is:

- [X] A documentation / typographical error fix
- Good to go, no issue or tests are needed
- [ ] A short code fix
- please include the issue number, and create an issue if none exists, which
  must include a complete example of the issue.  one line code fixes without an
  issue and demonstration will not be accepted.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests.   one line code fixes without tests will not be accepted.
- [ ] A new feature implementation
- please include the issue number, and create an issue if none exists, which must
  include a complete example of how the feature would look.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests.

**Have a nice day!**

Closes: #5166
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/5166
Pull-request-sha: 04a7394f71298322188f0861b4dfe93e5485839d

Change-Id: Ib90a59fac929661a18748c6e44966fb87e3978c6
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