[New-bugs-announce] [issue22715] PEP 257: drop the recommendation for a blank line between the class line and the docstring

Akira Kitada report at bugs.python.org
Fri Oct 24 16:38:25 CEST 2014


New submission from Akira Kitada:

The PEP 257 says:

   Insert a blank line before and after all docstrings (one-line or multi-line)
   that document a class


Looking at stdlib and popular open source software, I couldn't find packages that follow this style, so I think this is not really a convention.

----------
files: pep-0257.patch
keywords: patch
messages: 229921
nosy: akitada
priority: normal
severity: normal
status: open
title: PEP 257: drop the recommendation for a blank line between the class line and the docstring
Added file: http://bugs.python.org/file37003/pep-0257.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22715>
_______________________________________


More information about the New-bugs-announce mailing list