]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add changelog entry 6112/head
authorMartin Häcker <mhaecker@mac.com>
Tue, 23 Mar 2021 13:18:59 +0000 (14:18 +0100)
committerMartin Häcker <mhaecker@mac.com>
Tue, 23 Mar 2021 13:18:59 +0000 (14:18 +0100)
doc/build/changelog/unreleased_14/6069.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_14/6069.rst b/doc/build/changelog/unreleased_14/6069.rst
new file mode 100644 (file)
index 0000000..7d3fdd8
--- /dev/null
@@ -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.
+