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 rhettinger
Recipients abarnert, gvanrossum, levkivskyi, lukasz.langa, rhettinger, serhiy.storchaka
Date 2017-07-22.02:20:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500690057.3.0.90016379671.issue25988@psf.upfronthosting.co.za>
In-reply-to
Content
> Yes we will need a deprecation period for this starting with 3.7.

There are two ways to do this.  A wimpy and clean way is to just add a deprecation notice in the docs.  The thorough and messy way is to temporarily copy everything from the 3.6 collections.abc into the regular collections module and then insert deprecation warning code directly in each of copied classes.
History
Date User Action Args
2017-07-22 02:20:57rhettingersetrecipients: + rhettinger, gvanrossum, lukasz.langa, serhiy.storchaka, abarnert, levkivskyi
2017-07-22 02:20:57rhettingersetmessageid: <1500690057.3.0.90016379671.issue25988@psf.upfronthosting.co.za>
2017-07-22 02:20:57rhettingerlinkissue25988 messages
2017-07-22 02:20:56rhettingercreate