[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 
such patches.  If we modify the code for other reasons (ie: we might already be 
introducing new bugs), then we make such changes.

--
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2018-03-27 Thread Serhiy Storchaka

Change by Serhiy Storchaka :


--
type:  -> enhancement

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: normal
status: open
title: Use super().method instead in email classes.
versions: Python 3.7, Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com