]> granicus.if.org Git - python/commitdiff
bpo-25988: add NEWS entry for 3.7.0b2 (#5743)
authorNed Deily <nad@python.org>
Sun, 18 Feb 2018 18:18:44 +0000 (13:18 -0500)
committerGitHub <noreply@github.com>
Sun, 18 Feb 2018 18:18:44 +0000 (13:18 -0500)
Misc/NEWS.d/next/Library/2018-02-18-13-04-59.bpo-25988.ACidKC.rst [new file with mode: 0644]

diff --git a/Misc/NEWS.d/next/Library/2018-02-18-13-04-59.bpo-25988.ACidKC.rst b/Misc/NEWS.d/next/Library/2018-02-18-13-04-59.bpo-25988.ACidKC.rst
new file mode 100644 (file)
index 0000000..9730ab4
--- /dev/null
@@ -0,0 +1,2 @@
+Emit a :exc:`DeprecationWarning` when using or importing an ABC directly
+from :mod:`collections` rather than from :mod:`collections.abc`.