Message3037

Author bugok
Recipients
Date 2007-12-29.08:00:07
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Hey

Could you please add the optparse and textwrap modules?

The reason is I want to try to push for the addition of a PEP8 conventions checker in PyDev (A python plugin for Eclipse). There is a PEP8 checker available at cheesecake:
http://svn.pycheesecake.org/trunk/cheesecake/pep8.py 
All the required modules in the pep8 module are available in Jython, apart from optparse and textwrap (which is required by optparse).
PyDev can run python scripts, but if the script would be Jython compatible, it would be run within the Java environment, which would be faster.

I'll gladly help with the addition of the modules, it's just my knowledge of Jython is very basic to none. What does the porting of modules from CPython to Jython requires?

Thank you very much,

BugoK.

Relevant links:

The request in the PyDev forum:
http://sourceforge.net/forum/forum.php?thread_id=1900822&forum_id=293649

The feature request in the PyDev feature request page:
http://sourceforge.net/tracker/index.php?func=detail&aid=1859826&group_id=85796&atid=577332
History
Date User Action Args
2008-02-20 17:19:00adminlinkissue1860321 messages
2008-02-20 17:19:00admincreate