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 serhiy.storchaka
Recipients BTaskaya, serhiy.storchaka
Date 2020-03-18.10:05:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584525911.56.0.768317992201.issue39999@roundup.psfhosted.org>
In-reply-to
Content
Yes, and this what PR 19056 does. It is not difficult, and if we can avoid a breakage, why not do this? We have kept all other deprecated classes, like Num and ExtSlice. In 3.10 we can add runtime warnings, and remove them in some future releases.

We alreade got a benefit of simplifying the compiler. Maintaining dummy classes does not cost much.
History
Date User Action Args
2020-03-18 10:05:11serhiy.storchakasetrecipients: + serhiy.storchaka, BTaskaya
2020-03-18 10:05:11serhiy.storchakasetmessageid: <1584525911.56.0.768317992201.issue39999@roundup.psfhosted.org>
2020-03-18 10:05:11serhiy.storchakalinkissue39999 messages
2020-03-18 10:05:11serhiy.storchakacreate