[New-bugs-announce] [issue33156] Use super().method instead in email classes.

Mads Jensen report at bugs.python.org
Tue Mar 27 07:24:09 EDT 2018


New submission from Mads Jensen <mje at inducks.org>:

There are lots of legacy calls in the form of ClassName.method, which should be replaced with super().method.

----------
components: email
messages: 314519
nosy: barry, madsjensen, r.david.murray
priority: normal
pull_requests: 5997
severity: normal
status: open
title: Use super().method instead in email classes.
versions: Python 3.7, Python 3.8

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


More information about the New-bugs-announce mailing list