Allard Stijnman
Allard Stijnman

Reputation: 1344

pycharm doesn't recognize python functions

I just updated to pycharm 2.6 and since the update pycharm doesn't recognize the default python functions anymore. With default functions I mean the super() str() etc. functions.

Does anybody know how to fix this? I already tried removing and re-adding the interpreter and stuff but nothing seems to do the trick. Thanks in advance!

Upvotes: 4

Views: 2487

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 402533

It's a known bug, please track the progress here.

UPDATE: Fixed in PyCharm 2.6.1+.

Upvotes: 2

Related Questions