5

I am now moving to eclipse for my python development. I have pydev installed but it is showing grammar support up to python version 3.0. My question is can I use python 3.1 with 3.0 grammar? Has the grammar changed from version 3.0 to 3.1?

I am using eclipse 3.4.2 and pydev 1.4.7

SilentGhost
  • 307,395
  • 66
  • 306
  • 293
Umair Ahmed
  • 11,238
  • 5
  • 33
  • 39

1 Answers1

10

grammar hasn't changed, some modules have.

SilentGhost
  • 307,395
  • 66
  • 306
  • 293