]> granicus.if.org Git - python/commit
Simplify SSLSocket / SSLObject doc string (GH-9972)
authorChristian Heimes <christian@python.org>
Fri, 17 May 2019 11:08:14 +0000 (13:08 +0200)
committerStéphane Wirtel <stephane@wirtel.be>
Fri, 17 May 2019 11:08:14 +0000 (13:08 +0200)
commit80ed353329ef01ca6ab2056051fb999818a86215
tree60ee841df2983ec3a962885606b88b9c4e7821f1
parentf98c3c59c0930ee41175d8935f72bfeed5fee17a
Simplify SSLSocket / SSLObject doc string (GH-9972)

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>
Lib/ssl.py