Change by Mads Jensen :
--
keywords: +patch
pull_requests: +5999
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue33155>
___
___
Python-
New submission from Mads Jensen :
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
New submission from Mads Jensen :
There are lots of legacy calls in the form of ClassName.method, which should be
replaced with super().method. This is an issue in many modules; I've been asked
to create a report for each module that the PR touches.
--
components: Library
Mads Jensen added the comment:
There are lots of legacy calls in the form of ClassName.method, which should be
replaced with super().method.
--
components: +email -SSL
nosy: +barry, r.david.murray
pull_requests: +5996
___
Python tracker
<ht
Change by Mads Jensen :
--
nosy: +madsjensen -earonesty
___
Python tracker
<https://bugs.python.org/issue31853>
___
___
Python-bugs-list mailing list
Unsubscribe:
Mads Jensen added the comment:
Hi @cvrebert and team - do you know if this was ever implemented. It seems that
it is still an issue for financial applications, and that the solution proposed
would be relevant and helpful.
--
nosy: +mjensen