From: Ned Deily Date: Sun, 18 Feb 2018 18:18:44 +0000 (-0500) Subject: bpo-25988: add NEWS entry for 3.7.0b2 (#5743) X-Git-Tag: v3.7.0b2~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e84e47626c6eafacc9f011cd9fccc8bf1c8508e;p=python bpo-25988: add NEWS entry for 3.7.0b2 (#5743) --- 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 index 0000000000..9730ab4a61 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-02-18-13-04-59.bpo-25988.ACidKC.rst @@ -0,0 +1,2 @@ +Emit a :exc:`DeprecationWarning` when using or importing an ABC directly +from :mod:`collections` rather than from :mod:`collections.abc`.