]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
clarify "encoding" parameter further
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Sep 2021 13:48:57 +0000 (09:48 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Sep 2021 13:55:24 +0000 (09:55 -0400)
commit8a10b1e4506c27773628fff1f3d99ca850211862
tree1bf2a656c487908a0a1c6192731868a90ad4f55a
parent222ea42ec56f90315a30b7eff94a2f56ca10e02d
clarify "encoding" parameter further

Prevent any reading of this parameter that would omit that it
is not used under Python 3 and in Python 2 is not used very
much either.

Fixes: #7050
Change-Id: Iaf619f1ee164fc58afe710d11627ed6368d74343
lib/sqlalchemy/engine/create.py