Variation of a bug ID 1518897
Brought to you by:
fabioz
I found that the PyDev's error checker still reports an error
for the duplicated function definition.
def boo(p):
if p:
def func(): pass
return func
def func(): pass
return func
PyDev 1.5.0.1251989166
Eclipse 20090920-1027
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)] on win32
screen shot