Issue539043
Created on 2002年04月04日 01:28 by nnorwitz, last changed 2022年04月10日 16:05 by admin. This issue is now closed.
Files |
File name |
Uploaded |
Description |
Edit |
idle-patch
|
nnorwitz,
2002年04月04日 01:28
|
patch to current IDLE source to add pychecker support |
PyChecker.py
|
nnorwitz,
2002年04月04日 01:29
|
add pychecker window to IDLE |
Messages (4) |
msg39458 - (view) |
Author: Neal Norwitz (nnorwitz) * (Python committer) |
Date: 2002年04月04日 01:28 |
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.
|
msg39459 - (view) |
Author: Martin v. Löwis (loewis) * (Python committer) |
Date: 2002年04月05日 19:08 |
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?
|
msg39460 - (view) |
Author: Neal Norwitz (nnorwitz) * (Python committer) |
Date: 2002年04月05日 19:24 |
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.
|
msg39461 - (view) |
Author: Martin v. Löwis (loewis) * (Python committer) |
Date: 2002年09月17日 15:29 |
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.
|
History
|
---|
Date |
User |
Action |
Args |
2022年04月10日 16:05:11 | admin | set | github: 36377 |
2002年04月04日 01:28:35 | nnorwitz | create |