[ python-Bugs-1721890 ] IDLE hangs in popup method completion

SourceForge.net noreply at sourceforge.net
Sat May 19 19:23:58 CEST 2007


Bugs item #1721890, was opened at 2007-05-19 12:23
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1721890&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: IDLE
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Andy Harrington (andyharrington)
Assigned to: Nobody/Anonymous (nobody)
Summary: IDLE hangs in popup method completion

Initial Comment:
import os

os.

After entering the above code in a new idle editor window, the popup method completion window appears.  If I navigate with the down-arrow key, the list starts scrolling fine all the way down to spawnv, which I can select, but if I try to use down-arrow once more and scroll the list (to what would be startfile if I could reach it), idle hangs.  

Pure pagedown works all the way to in the popup to write, but then it I use up-arrow idle hangs when I try to scroll up beyond startfile to what would be spawnv.

I am running Windows XP, service pack 2.  On May 5 I installed and am running python-2.5.1.msi.

I started idle form idle.bat while in the idlelib directory.  I also ran \Python25\Lib\idlelib\idle.pyw from other directories with the same result.

I have no such problem with modules os.path or string.  I did not think of a module to try which has a list of methods as long as os.

 

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

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


More information about the Python-bugs-list mailing list