bpo-25988: add NEWS entry for 3.7.0b2 (#5743)

This commit is contained in:
Ned Deily 2018-02-18 13:18:44 -05:00 committed by GitHub
parent 0442de5ad7
commit 2e84e47626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Emit a :exc:`DeprecationWarning` when using or importing an ABC directly
from :mod:`collections` rather than from :mod:`collections.abc`.