[issue33156] Use super().method instead in email classes.

2018-03-27 Thread R. David Murray
R. David Murray added the comment: Thank you for wanting to improve Python, but unless this is actually causing a problem for someone, there is a greater chance of introducing a bug by making such changes than the benefit of the "cleanup". So we generally don't accept

[issue33156] Use super().method instead in email classes.

2018-03-27 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- type: -> enhancement ___ Python tracker ___

[issue33156] Use super().method instead in email classes.

2018-03-27 Thread Mads Jensen
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: