[issue36571] Lib/smtplib.py have some pep8 issues

Karthikeyan Singaravelan report at bugs.python.org
Tue Apr 9 04:51:09 EDT 2019


Karthikeyan Singaravelan <tir.karthi at gmail.com> added the comment:

Generally changes only related to PEP 8 are not merged since they pollute git history while using blame and a lot of other modules also don't adhere to PEP 8. New code written can have PEP 8 enforced or the related parts of the code can be refactored while making a change but style alone changes/refactors are not merged. Also the current PR uses PEP 572 assignment expressions. It's okay to use it in new code but doesn't add value in converting old code to use it. I have added email module maintainers to take a call on the same.

----------
components: +email
nosy: +barry, r.david.murray, xtreak

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


More information about the Python-bugs-list mailing list