summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2018-08-01 17:39:58 -0400
committerGerrit Code Review <gerrit@ci.zzzcomputing.com>2018-08-01 17:39:58 -0400
commit0fc34a113989cfd284837363a7a55dc2c8aadeab (patch)
tree164d3412350d460d956528efb1fdf1b14497cfe8 /doc
parent85dd7668530612e2cf7de7f575d68fc7c683a988 (diff)
parenta51b0528d3dca59e655e4d19b50bb271015f8196 (diff)
downloadsqlalchemy-0fc34a113989cfd284837363a7a55dc2c8aadeab.tar.gz
Merge "Fix collections ABC access before Python 3.8"
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_12/pr464.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_12/pr464.rst b/doc/build/changelog/unreleased_12/pr464.rst
new file mode 100644
index 000000000..7f84c1916
--- /dev/null
+++ b/doc/build/changelog/unreleased_12/pr464.rst
@@ -0,0 +1,6 @@
+.. change::
+ :tags: bug, py3k
+
+ Started importing "collections" from "collections.abc" under Python 3.3 and
+ greater for Python 3.8 compatibility. Pull request courtesy Nathaniel
+ Knight.