gh-94172: Update docs for params removed in 3.12#100431
Conversation
6f55419 to
770bc01
Compare
December 22, 2022 15:51
hauntsaninja
left a comment
There was a problem hiding this comment.
Thanks for updating these! It looks like the remaining arguments were also made keyword-only.
Sorry, something went wrong.
|
When you're done making the requested changes, leave the comment: |
Sorry, something went wrong.
|
I have made the requested changes; please review again. Thanks, updated, and I'd also missed I also fixed a bit of formatting whilst these files are being updated. |
Sorry, something went wrong.
|
Thanks for making the requested changes! @hauntsaninja: please review the changes made to this pull request. |
Sorry, something went wrong.
hauntsaninja
left a comment
There was a problem hiding this comment.
Left some comments! Good catch on SMTP.starttls (I didn't check for any other errors of omission)
Sorry, something went wrong.
|
Btw, subject for a separate discussion, but I've never really liked the |
Sorry, something went wrong.
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
|
Thanks both for the reviews!
Yeah, I guess def __init__(self, host, port=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT,
source_address=None, blocksize=8192): |
Sorry, something went wrong.
hauntsaninja
left a comment
There was a problem hiding this comment.
Thank you!
Sorry, something went wrong.
In the following modules, these parameters were removed (in #94173) after being deprecated in Python 3.6:
This PR updates the documentation to remove the parameters and note their removal in 3.12.
Preview