[Patches] [ python-Patches-539043 ] Support PyChecker in IDLE

noreply@sourceforge.net noreply@sourceforge.net
Tue, 17 Sep 2002 08:29:50 -0700


Patches item #539043, was opened at 2002-04-04 03:28
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=539043&group_id=5470

Category: IDLE
Group: None
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Neal Norwitz (nnorwitz)
Assigned to: Nobody/Anonymous (nobody)
Summary: Support PyChecker in IDLE

Initial Comment:
This patch adds SIMPLE support for pychecker in IDLE.
It is not complete.  It pops up a window, you can enter
filenames (not even a file dialog!), and run pychecker.

You cannot change examples.  If someone wants to really
integrate this, they should add the user interface in
pychecker (pychecker/options.py), use a file dialog
to enter files, and handle file modifications.
Since pychecker imports the files, they need to be
removed from sys.modules, so modifications will be seen.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2002-09-17 17:29

Message:
Logged In: YES 
user_id=21627

There has been posted a memorandum on IDLE patches recently;
all change *must* be contributed to the idlefork project
here on SF. Rejecting this patch.

----------------------------------------------------------------------

Comment By: Neal Norwitz (nnorwitz)
Date: 2002-04-05 21:24

Message:
Logged In: YES 
user_id=33168

No need to worry.  Really, just want to have MetaSlash
mentioned.  But note, this patch is still incomplete and
more work needs to be done before this should be accepted.

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2002-04-05 21:08

Message:
Logged In: YES 
user_id=21627

I'm concerned about the copyright notice. "All rights
reserved" means "you cannot copy it". Could you consider
licensing this under the PSF license?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=539043&group_id=5470