Is there a possibility to configure PyDev such that the code analysis doesn't indicate an error on an Ellipsis (i.e. "func(…, arg)")? This is especially annoying when I'm using SVN and it complains that my source code still contains errors.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a possibility to configure PyDev such that the code analysis doesn't indicate an error on an Ellipsis (i.e. "func(…, arg)")? This is especially annoying when I'm using SVN and it complains that my source code still contains errors.
Seems it's a bug in the Python 3.x grammar. Please create a bug report for that (I'll make sure it works on the next Pydev release).
Cheers,
Fabio