From 58577d9095d0849c61a16b6fffc8278934b5fddf Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Sun, 18 Feb 2018 13:07:40 -0500 Subject: [PATCH] bpo-25988: add NEWS entry for 3.7.0b2 --- .../next/Library/2018-02-18-13-04-59.bpo-25988.ACidKC.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Misc/NEWS.d/next/Library/2018-02-18-13-04-59.bpo-25988.ACidKC.rst 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 000000000000000..9730ab4a6101504 --- /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`.