From 4e951f9278eb462d1432a92b7bad93b973e4e2a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Ha=CC=88cker?= Date: Tue, 23 Mar 2021 14:18:59 +0100 Subject: [PATCH] Add changelog entry --- doc/build/changelog/unreleased_14/6069.rst | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/build/changelog/unreleased_14/6069.rst 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. + -- 2.47.2