This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author andyharrington
Recipients
Date 2007-05-19.17:23:57
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.

 
History
Date User Action Args
2007-08-23 14:53:57adminlinkissue1721890 messages
2007-08-23 14:53:57admincreate