[code-quality] Pylint - missing module docstring for __init__.py

2013-07-02 Thread Skip Montanaro
This warning seems specious: __init__.py:1: [C0111] Missing module docstring especially since __init__.py is often empty (as it is in this case), being used only as a marker that a directory is actually a package. This is in Python 2.7. I'm doing nothing to override the docstring_min_length conf

Re: [code-quality] Pylint - missing module docstring for __init__.py

2013-07-02 Thread Sylvain Thénault
Hi Skip, On 02 juillet 09:29, Skip Montanaro wrote: > This warning seems specious: > > __init__.py:1: [C0111] Missing module docstring > > especially since __init__.py is often empty (as it is in this case), > being used only as a marker that a directory is actually a package. > This is in Pytho

[code-quality] [ANN] pep8 1.4.6 and PyFlakes 0.7.3

2013-07-02 Thread Florent
Hello, I'm pleased to announce the release of Pyflakes 0.7.3 and pep8 1.4.6. Changes in these versions: * http://pep8.readthedocs.org/en/1.4.6/developer.html#changes * http://bazaar.launchpad.net/~pyflakes-dev/pyflakes/master/view/106/NEWS.txt -- Florent Xicluna _