On Monday, February 11, 2013 1:09:38 PM UTC-5, MRAB wrote:
> On 2013-02-11 16:39, Wanderer wrote:
>
> > If I check the 'Use space before and after operators? (+, -, /, *,
>
> > //, **, etc.)' in the Eclipse>PyDev>Editor>Code Style> Code
>
> > Formatter, PyDev will insert a space before a negativ
On 2013-02-11 16:39, Wanderer wrote:
If I check the 'Use space before and after operators? (+, -, /, *,
//, **, etc.)' in the Eclipse>PyDev>Editor>Code Style> Code
Formatter, PyDev will insert a space before a negative number in a
keyword parameter declaration. Pep8.py will then post a warning 'E
If I check the 'Use space before and after operators? (+, -, /, *, //, **,
etc.)' in the Eclipse>PyDev>Editor>Code Style> Code Formatter, PyDev will
insert a space before a negative number in a keyword parameter declaration.
Pep8.py will then post a warning 'E251 no spaces around keyword / param