Karthikeyan Singaravelan <tir.kar...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue36571> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com