Support for Python 3.0
Brought to you by:
fabioz
Pydev should be able to be run using Python 3.0. There seems to be a handfull of changes that look pretty typical if the conversion from python 2 to 3. I have already done some of them so that I could use it pydev, and I will will offer the changes to you it if you ask, but I am not sure they are done in a way that you would want them done. A real quick and dirty lets get this working. Also, when you add Python 2.6 of 3.0 in Preferences Python Interpreter, it appears to select the wrong set of defaults and you have to set several by hand and maybe even add some missing one. I don't believe that I could be the first person to bring this up!
Just to let you know, that's what I'm working on right now. The current step is making a grammar that pydev can use (using javacc) to parse Python 3.0 (which is actually the most difficult part). After that, most other things should be straight-forward.
Cheers,
Fabio
I just tried 1.4 and though I didn't exhaustive testing I have had no problems with either Python 3.0 or 2.6.
Nice Job!!