| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
LGTM, nice hack :)
Sorry, something went wrong.
There was a problem hiding this comment.
nitpick: it's called a "docstring" (no space), no?
Sorry, something went wrong.
There was a problem hiding this comment.
@tiran could you fix doc string? thanks
Sorry, something went wrong.
Instead of maintaining the same doc string two times, let's copy common doc strings from SSLObject methods and properties to SSLSocket. Signed-off-by: Christian Heimes <christian@python.org>
|
Thanks @tiran for the PR, and @matrixise for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
Sorry, something went wrong.
|
GH-13384 is a backport of this pull request to the 3.7 branch. |
Sorry, something went wrong.
Instead of maintaining the same doc string two times, let's copy common doc strings from SSLObject methods and properties to SSLSocket. Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit 80ed353) Co-authored-by: Christian Heimes <christian@python.org>
Instead of maintaining the same doc string two times, let's copy common doc strings from SSLObject methods and properties to SSLSocket. Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit 80ed353) Co-authored-by: Christian Heimes <christian@python.org>
| Back | FazBrowse Home | New Git URL |
Instead of maintaining the same doc string two times, let's copy common
doc strings from SSLObject methods and properties to SSLSocket.
Signed-off-by: Christian Heimes christian@python.org