This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients exhuma, ncoghlan, pmoody, rhettinger
Date 2014-03-03.02:04:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393812284.67.0.850041453671.issue20815@psf.upfronthosting.co.za>
In-reply-to
Content
I think there's still value in giving someone experience with the current patch development process, as well as looking for potentially genuine readability improvements.

However, I also agree that automated compliance with a style guide checker can't sensibly be retrofitted to an existing project, even if that project is the originator of the style guide (it generates too much noise in the code history, and risks creating spurious merge conflicts for other changes. In the specific case of the standard library, we also sometimes make exceptions to the style guide to reduce code churn when merging in an existing project, as happened in the case of ipaddress).

In this case, I like the alignment fixes in the custom assertion methods, so I'll probably apply those as a small readability improvement.
History
Date User Action Args
2014-03-03 02:04:44ncoghlansetrecipients: + ncoghlan, rhettinger, pmoody, exhuma
2014-03-03 02:04:44ncoghlansetmessageid: <1393812284.67.0.850041453671.issue20815@psf.upfronthosting.co.za>
2014-03-03 02:04:44ncoghlanlinkissue20815 messages
2014-03-03 02:04:41ncoghlancreate