commit | ced80d8ce2379cb3c8f4b90255633e6fa9efeff7 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri May 17 04:29:35 2019 -0700 |
committer | Stéphane Wirtel <stephane@wirtel.be> | Fri May 17 13:29:35 2019 +0200 |
tree | 740f4728c8bde11d69937934a4b9c27154afe4ed | |
parent | a22c42fea6df2af54d347e1297fa6c738192d952 [diff] |
Simplify SSLSocket / SSLObject doc string (GH-9972) (GH-13384) Instead of maintaining the same docstring two times, let's copy common docstrings from SSLObject methods and properties to SSLSocket. (cherry picked from commit 80ed353329ef01ca6ab2056051fb999818a86215) Co-authored-by: Christian Heimes <christian@python.org>