from
Jeremy Fincher <fincher.8 at osu dot edu>
to
Sylvain Thenault <syt at logilab dot fr>
subject
Apparently spurious warning in PyLint.
date
-----BEGIN PGP SIGNED MESSAGE-----2003/10/04 07:59
Hash: SHA1
I didn't see anywhere to submit bug reports on the website, so I figured I'd
email this.
I noticed that PyLint gave me these warnings:
W:388: Operator not preceded by a space
self.private |= private
^
W:389: Operator not preceded by a space
self.prefixName &= prefixName
^
W:390: Operator not preceded by a space
self.noLengthCheck |= noLengthCheck
Which are obviously spurious, since the actual operators here are |= and &=,
not =.
I've just started using PyLint, but it seems like it'll be really useful,
thanks :)
Jeremy
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQE/frYjqkDiu+Bs+JIRAu+JAJ9jO3SEC8IU6hy1mT5k4IP7vxdM+gCgsiX4
VmzcXzCNJE1I3G2Zg+5w2gE=
=DRZa
-----END PGP SIGNATURE-----

