[New-bugs-announce] [issue31853] Use super().method instead of socket.method in SSLSocket

Erik Aronesty report at bugs.python.org
Mon Oct 23 16:26:17 EDT 2017


New submission from Erik Aronesty <erik at q32.com>:

I asked on #python-dev and was told that it's most likely due to legacy reasons that the class has things like `socket.__init__` instead of `super().__init__`

----------
assignee: christian.heimes
components: SSL
messages: 304838
nosy: christian.heimes, earonesty
priority: normal
pull_requests: 4063
severity: normal
status: open
title: Use super().method instead of socket.method in SSLSocket
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31853>
_______________________________________


More information about the New-bugs-announce mailing list