-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
doc: sync deprecation numbers with v14.x #34368
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Syncs master and v14.x for DEP0143 - `Transform._transformState`. Bumps `module.parent` from DEP0143 to DEP0144 on master. Adds missing DEP number and metadata for DEP0145: `socket.bufferSize`.
I think I may need to also patch #32217 to account for the new DEP number. Should that be in a second commit of this PR or the same commit? |
@BethGriggs I've already patched the backport PR for #32217 so it should be good |
b3562a4
to
eeda609
Compare
I've added eeda609 which updates the DEP number for the pending deprecation warning and test for |
fast track? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The other option would be to move |
@sxa I'm going to go ahead and land this and make sure 14.6.0 is in sync so we can just move forward :D |
Landed in 3b13032...128ed10 |
Syncs master and v14.x for DEP0143 - `Transform._transformState`. Bumps `module.parent` from DEP0143 to DEP0144 on master. Adds missing DEP number and metadata for DEP0145: `socket.bufferSize`. PR-URL: #34368 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
PR-URL: #34368 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Syncs master and v14.x for DEP0143 - `Transform._transformState`. Bumps `module.parent` from DEP0143 to DEP0144 on master. Adds missing DEP number and metadata for DEP0145: `socket.bufferSize`. PR-URL: #34368 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Syncs master and v14.x for DEP0143 - `Transform._transformState`. Bumps `module.parent` from DEP0143 to DEP0144 on master. Adds missing DEP number and metadata for DEP0145: `socket.bufferSize`. PR-URL: #34368 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Syncs master and v14.x for DEP0143 - `Transform._transformState`. Bumps `module.parent` from DEP0143 to DEP0144 on master. Adds missing DEP number and metadata for DEP0145: `socket.bufferSize`. PR-URL: #34368 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
PR-URL: #34368 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
DEP numbers are out of sync between master and v14.x because DEP0143 -
Transform._transformState
landed on v14.x first.This PR adds DEP0143 -
Transform._transformState
todoc/api/deprecations.md
on master. This forces themodule.parent
deprecation to move from DEP0143 to DEP0144. Themodule.parent
deprecation has not been formally released (excluding nightly builds) so updating the DEP number should be low risk.Refs: #33533 (comment)
Syncs master and v14.x for DEP0143 -
Transform._transformState
.Bumps
module.parent
from DEP0143 to DEP0144 on master. Addsmissing DEP number and metadata for DEP0145:
socket.bufferSize
.Checklist