[Python-projects] Operator not preceded by a space
Sylvain =?UTF-8?Q?Th=E9nault?=
sylvain.thenault at logilab.fr
Thu Oct 18 12:25:35 CEST 2007
On Mon, Sep 24, 2007 at 04:06:58PM -0500, Meding, Olaf wrote:
> Does someone know why the C0322 warning is produced only by the last
> line:
> n = 3+4
> n = 3-4
> n = 3*4
> n = 3/4
> n = 3%4
>
> bimageview.py(153): [C0322, BImageViewMixin.highestCount] Operator not
> preceded by a space
> n = 3%4
> ^
this is a bug. Ticket https://www.logilab.net/elo/ticket/4290.
--
Sylvain Thénault LOGILAB, Paris (France)
Formations Python, Zope, Plone, Debian: http://www.logilab.fr/formations
Développement logiciel sur mesure: http://www.logilab.fr/services
Python et calcul scientifique: http://www.logilab.fr/science
More information about the Python-Projects
mailing list