Beginning with my upgrade to 3114, the symbol list for python files is finding the colon at the end of each function line as its own symbol. So i have i.e.:
def x
:
def y
:
def z
:
instead of
def x:
def y:
def z:
Does anyone know what causes this or how to fix?