[Python-bugs-list] [ python-Bugs-608595 ] Problems in IDLE Browsers & Viewers

noreply@sourceforge.net noreply@sourceforge.net
Thu, 12 Sep 2002 17:49:11 -0700


Bugs item #608595, was opened at 2002-09-12 16:47
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=608595&group_id=5470

>Category: IDLE
>Group: Python 2.3
Status: Open
Resolution: None
Priority: 3
Submitted By: Neal Norwitz (nnorwitz)
>Assigned to: Neal Norwitz (nnorwitz)
Summary: Problems in IDLE Browsers & Viewers

Initial Comment:
ClassBrowser and PathBrowser mains don't work.  PyShell
is imported as a module, then an flist attribute is
referenced which is not in the module.  Not sure if
PyShell the class should be used and if so, how it
should work.  Also mainloop() is not defined.  Should
it be some_tk_object.mainloop()?
~ lines:  ClassBrowser.py:215 & PathBrowser.py:87

Another (cut-n-paste?) problem is in OldStackViewer &
StackViewer.  A function was apparently refactored from
a method, since self is referenced.  Should the if
statements be removed?
~ lines: OldStackViewer.py:179 & StackViewer.py:111

In SearchDialogBase.py:126, the local variable f is not
used, should it be removed?

Finally, should these bug reports go to IDLEfork?  What
about bug fixes?  Should changes
be made in both places?  (I'm not a developer on IDLEfork.)

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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2002-09-12 20:49

Message:
Logged In: YES 
user_id=33168

Moved to bugs.

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

Comment By: Neal Norwitz (nnorwitz)
Date: 2002-09-12 18:14

Message:
Logged In: YES 
user_id=33168

You can make me an idlefork developer.  Probably won't do
much on it.  But if the changes are supposed to flow from
idlefork into python, it will be easier if I change idlefork.

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

Comment By: Guido van Rossum (gvanrossum)
Date: 2002-09-12 17:17

Message:
Logged In: YES 
user_id=6380

Those mains were only used for testing. I'd like to keep
them around, I'll fix them when I need them. Or you can fix
them, I don't care.

I don't know what happened to get_stack(). It can't work?! 
What does idlefork do?

Sure, remove that variable f.

Do you want to be a developer on idlefork? They can use some
help! I hope that Python 2.3 can incorporate idlefork's
codebase, so we shouldn't be backing on Tools/idle too much...


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

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