Message 339716 - Python tracker

Message339716

Author xtreak
Recipients Marcin Niemira, barry, r.david.murray, xtreak
Date 2019-04-09.08:51:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554799869.95.0.0690728872584.issue36571@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-04-09 08:51:09xtreaksetrecipients: + xtreak, barry, r.david.murray, Marcin Niemira
2019-04-09 08:51:09xtreaksetmessageid: <1554799869.95.0.0690728872584.issue36571@roundup.psfhosted.org>
2019-04-09 08:51:09xtreaklinkissue36571 messages
2019-04-09 08:51:09xtreakcreate