[Pydev-code] Origin of various python files in PyDev
Brought to you by:
fabioz
|
From: Igor F. <if...@re...> - 2007-04-06 01:01:05
|
Hi Fabio, I'm packaging PyDev for Fedora and one of the issues that came up was the origin and licensing of some of the python files that come with PyDev. I was hoping that you'd be able to help me out in understanding what these files are used for and wether it's OK to use the versions that are already in Fedora. org.python.pydev.jython/Lib contains 125 files, of them 112 seem to come from the python distribution, 19 seem to come from the jython distribution, with 11 of them being shared. These 11 have some differences among them. The other 5 files seem to be from older distributions of python (older than 2.5) and no longer exist in 2.5. My question is, what versions of Python/Jython are these files from and what is their use in PyDev? Would it be safe for me to link these files with the files that come with the stock Python 2.5 or Jython 2.2beta1 distributions? Similarly, the files in org.python.pydev/PySrc. Some of them are clearly developed specifically for pydev, but some others seem to come from elsewhere. Thanks for your input! :-) Igor |