Tidy up 3.15 pending removals#149594
Conversation
Documentation build overview
23 files changed ·
|
hugovk
left a comment
There was a problem hiding this comment.
Thanks for updating this, and the 3.15->3.16 bumps should also be backported.
willingc
left a comment
There was a problem hiding this comment.
Thanks @StanFromIreland
Co-authored-by: Savannah Ostrowski <savannah@python.org>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
We could still do it in 3.15 with @hugovk approval. |
Co-authored-by: Brett Cannon <brett@python.org>
In recent release cycles, we've had feedback that it was too early to remove some things during pre/early alpha and added them back, so I'm a bit cautious about doing during beta. But if someone wants to do so, please first check things like the top PyPI packages/GitHub/grep.app to get an idea if they're still too widely used, and maybe we can do it before b2. |
There was a problem hiding this comment.
There's a lot of other things still in this file (PyImport_ImportModuleNoBlock and so on), what's their status?
There was a problem hiding this comment.
There's also a lot of stuff still here, what's the status?
This moves all the things we planned to remove in 3.15 but didn't to the appropriate pending removal in 3.16 file.
Additionally, move a misplaced entry from the 3.16 C-API removals file to the 3.16 main file removals.