◐ Shell
clean mode source ↗

Message 323254 - Python tracker

Message323254

Author r.david.murray
Recipients Conrad Ho, CuriousLearner, berker.peksag, demian.brecht, erynofwales, msosey, r.david.murray, sloonz, vinay.sajip, xgdomingo
Date 2018-08-07.22:42:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533681775.71.0.56676864532.issue24255@psf.upfronthosting.co.za>
In-reply-to
Content
We generally do not fix "linting errors" unless they reveal logic errors or we touch the lines of code for some other reason.  We also follow the existing style of a module rather than any particular style guide (the stdlib modules are often older than all of the style guides...even PEP8).  In short, omit those changes from your PR, and don't bother creating a separate one, it would just get rejected ;)
History
Date User Action Args
2018-08-07 22:42:55r.david.murraysetrecipients: + r.david.murray, vinay.sajip, berker.peksag, demian.brecht, erynofwales, CuriousLearner, xgdomingo, sloonz, msosey, Conrad Ho
2018-08-07 22:42:55r.david.murraysetmessageid: <1533681775.71.0.56676864532.issue24255@psf.upfronthosting.co.za>
2018-08-07 22:42:55r.david.murraylinkissue24255 messages
2018-08-07 22:42:55r.david.murraycreate