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 r.david.murray
Recipients akitada, r.david.murray
Date 2014-10-24.14:52:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414162324.25.0.134130263962.issue22715@psf.upfronthosting.co.za>
In-reply-to
Content
I follow this recommendation.  I'm sure there are many classes in the stdlib that do not follow this convention, since much of the stdlib was written before PEP8, and we don't go back and do changesets just to "fix" PEP8 non-conformance in the stdlib.  But this is the preferred style, and new code in the stdlib should follow it.  Whether anyone else does is up to them.

(For that matter, there are a lot of classes in the stdlib, especially the test suite, where the first 'def' follows the class line with no space in between, and I wince every time I read such code :)
History
Date User Action Args
2014-10-24 14:52:04r.david.murraysetrecipients: + r.david.murray, akitada
2014-10-24 14:52:04r.david.murraysetmessageid: <1414162324.25.0.134130263962.issue22715@psf.upfronthosting.co.za>
2014-10-24 14:52:04r.david.murraylinkissue22715 messages
2014-10-24 14:52:03r.david.murraycreate