summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2018-10-02 09:10:24 -0400
committerGerrit Code Review <gerrit@ci.zzzcomputing.com>2018-10-02 09:10:24 -0400
commit2b9ba4049e94eaa4e6299d1d1c1d37fb236af99b (patch)
tree63f17fc8d9e8e8e25daee2e7532406e8a2f143bd /doc
parentacebd2df114c9d4f0ac226fbc2e7139fb9218251 (diff)
parentcacc3c2057ab14faaf6c5b679bb2dbb6f8b98f8e (diff)
downloadsqlalchemy-2b9ba4049e94eaa4e6299d1d1c1d37fb236af99b.tar.gz
Merge "Fix dependency_for final argument"
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_12/pr473.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_12/pr473.rst b/doc/build/changelog/unreleased_12/pr473.rst
new file mode 100644
index 000000000..6ee55164f
--- /dev/null
+++ b/doc/build/changelog/unreleased_12/pr473.rst
@@ -0,0 +1,9 @@
+.. change::
+ :tags: bug, misc
+
+ Fixed issue where part of the utility language helper internals was passing
+ the wrong kind of argument to the Python ``__import__`` builtin as the list
+ of modules to be imported. The issue produced no symptoms within the core
+ library but could cause issues with external applications that redefine the
+ ``__import__`` builtin or otherwise instrument it. Pull request courtesy Joe
+ Urciuoli.