Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #101499 > unrolled thread

Re: I'm missing something here...

Started byErik <python@lucidity.plus.com>
First post2016-01-11 23:55 +0000
Last post2016-01-11 23:55 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: I'm missing something here... Erik <python@lucidity.plus.com> - 2016-01-11 23:55 +0000

#101499 — Re: I'm missing something here...

FromErik <python@lucidity.plus.com>
Date2016-01-11 23:55 +0000
SubjectRe: I'm missing something here...
Message-ID<mailman.28.1452556718.13488.python-list@python.org>
On 11/01/16 23:26, Skip Montanaro wrote:
> If I change the last line of find_problems to call
> prob_dates.update(), the message disappears. Why is pylint (1.4.2 BTW)
> complaining that the prob_dates argument of find_problems is unused
> when I use the |= operator?

Is it complaining about that, or is it because the 'for' loop body might 
be executed zero times?

E.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web