This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients abarnert, gvanrossum, levkivskyi, lukasz.langa, ned.deily, rhettinger, serhiy.storchaka
Date 2018-01-31.05:48:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517377689.55.0.467229070634.issue25988@psf.upfronthosting.co.za>
In-reply-to
Content
> > But we should make some noise around this change in the 3.7 announcement.
>
> How about a paragraph in the Deprecation section of the "What's New in Python 3.7"? document
>
> https://docs.python.org/dev/whatsnew/3.7.html#deprecated

You mean other than what's there? The text that's currently there begins with "In Python 3.8, ..." which almost sounds like it's misplaced or a typo.  Maybe you can amend it somehow to explain that in 3.7, using or importing the ABCs from "collections" instead of from "collections.abc" is deprecated, and in 3.8 it will stop working.
History
Date User Action Args
2018-01-31 05:48:09gvanrossumsetrecipients: + gvanrossum, rhettinger, ned.deily, lukasz.langa, serhiy.storchaka, abarnert, levkivskyi
2018-01-31 05:48:09gvanrossumsetmessageid: <1517377689.55.0.467229070634.issue25988@psf.upfronthosting.co.za>
2018-01-31 05:48:09gvanrossumlinkissue25988 messages
2018-01-31 05:48:09gvanrossumcreate