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 andrei.avk
Recipients andrei.avk, eryksun, kamilturek, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-06-30.20:00:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625083247.8.0.429477576794.issue33140@roundup.psfhosted.org>
In-reply-to
Content
Steve: it seems to me that the goal of normal deprecation process is, given that a functionality is available and documented, prepare to find a replacement for it by some future version.

In this case it's documented not to be available and doesn't work so this should perhaps fall under fixing a bug?

It's true that this is backwards incompatible for the reason you pointed out (and I missed), but I think breaking compatibility is ok in new versions for bug fixes? (as long as it's added to "what's new", which I haven't done yet).

If I'm wrong about this, I'll go ahead and make another PR for deprecation and close this one..
History
Date User Action Args
2021-06-30 20:00:47andrei.avksetrecipients: + andrei.avk, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, kamilturek
2021-06-30 20:00:47andrei.avksetmessageid: <1625083247.8.0.429477576794.issue33140@roundup.psfhosted.org>
2021-06-30 20:00:47andrei.avklinkissue33140 messages
2021-06-30 20:00:47andrei.avkcreate