From: phani s. <pha...@gm...> - 2009-08-17 14:23:39
|
hi , def test(p1,p2): if(not p2): print "not p2" *return* if(not p1): print "p2" print "good to be here" In the above example ,pychecker is showing unreachable code warning at "return " statement. I am not able to understand the reason for this.Is it a bug with pychecker ? Thanks in advance -- PHANI SHANKAR |