From: Martin Häcker Date: Tue, 23 Mar 2021 13:18:59 +0000 (+0100) Subject: Add changelog entry X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e951f9278eb462d1432a92b7bad93b973e4e2a5;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add changelog entry --- diff --git a/doc/build/changelog/unreleased_14/6069.rst b/doc/build/changelog/unreleased_14/6069.rst new file mode 100644 index 0000000000..7d3fdd8681 --- /dev/null +++ b/doc/build/changelog/unreleased_14/6069.rst @@ -0,0 +1,9 @@ +.. change:: + :tags: bug, orm + :tickets: 6069 + + Fixed a bug where python 2.7.5 (default on CentOS 7) wasn't able to import + sqlalchemy, because on this version of Python ``exec "statement"`` and + ``exec("statement")`` do not behave the same way. Switching back to the + statement based ``exec`` solved ths. +