diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2018-09-27 21:55:01 -0400 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@ci.zzzcomputing.com> | 2018-09-27 21:55:01 -0400 |
| commit | 4085b10ec2445d24b93e9877e4a4338e7897d10f (patch) | |
| tree | 3fda61f00cf470e138131745fd1f4ed3ecbb10b7 /doc | |
| parent | 888d122dcf5881ad1bca07df2ba444e293538d99 (diff) | |
| parent | 2d2fa49130249f757f6f1100dad879e1071ad385 (diff) | |
| download | sqlalchemy-4085b10ec2445d24b93e9877e4a4338e7897d10f.tar.gz | |
Merge "Import from collections.abc"
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/unreleased_12/4339.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_12/4339.rst b/doc/build/changelog/unreleased_12/4339.rst new file mode 100644 index 000000000..6c963a66a --- /dev/null +++ b/doc/build/changelog/unreleased_12/4339.rst @@ -0,0 +1,8 @@ +.. change:: + :tags: bug, misc, py3k + :tickets: 4339 + + Fixed additional warnings generated by Python 3.7 due to changes in the + organization of the Python ``collections`` and ``collections.abc`` packages. + Previous ``collections`` warnings were fixed in version 1.2.11. Pull request + courtesy xtreak. |
