summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <rhettinger@users.noreply.github.com>2018-01-29 16:27:49 (GMT)
committerGitHub <noreply@github.com>2018-01-29 16:27:49 (GMT)
commite6d342156d2ab20fb88c0a5ec615fa8f602c0769 (patch)
treed5d14dc05f25c556bbad4c9f9c5d551b7ea95570 /Misc
parent4f4ef0acbad81f4b05f370e8ff14ddf949773291 (diff)
downloadcpython-e6d342156d2ab20fb88c0a5ec615fa8f602c0769.zip
cpython-e6d342156d2ab20fb88c0a5ec615fa8f602c0769.tar.gz
cpython-e6d342156d2ab20fb88c0a5ec615fa8f602c0769.tar.bz2
bpo-25988: Deprecate exposing collections.abc in collections GH-5414
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-01-28-23-48-45.bpo-25988.I9uBct.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-01-28-23-48-45.bpo-25988.I9uBct.rst b/Misc/NEWS.d/next/Library/2018-01-28-23-48-45.bpo-25988.I9uBct.rst
new file mode 100644
index 0000000..df35077
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-01-28-23-48-45.bpo-25988.I9uBct.rst
@@ -0,0 +1,2 @@
+Deprecate exposing the contents of collections.abc in the regular
+collections module.