#2463: W0631 false positive when we are sure to do at least one iteration [open]
#2463 - latest update on 2008/10/01, created on 2006/10/13 by Sylvain Thenault
| priority | minor |
| type | bug |
| load | not specified |
| load left | not specified |
not planned eg
for p in range(10):
print p
print p
gives
W0631: 8: Using possibly undefined loop variable 'p'
while we are sure "p" will be defined
|
| |