[issue7136] Idle File Menu Option Improvement

2009-10-14 Thread Toby Donaldson
New submission from Toby Donaldson : I've been using Idle to teach beginning programming to university students for the last 6 or 7 years. I've taught hundreds and hundreds of students, and the single biggest confusion with Idle is this: "New Window" in the file menu is amb

[issue3815] Python 3.0b3 - Idle doesn't start on win XPh

2008-09-09 Thread Toby Donaldson
Toby Donaldson <[EMAIL PROTECTED]> added the comment: I also had problems running IDLE, and the fix listed here solved it for me: http://bugs.python.org/issue3628 -- nosy: +tjd ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3822] zfill doc string uses inconsistent variable names

2008-09-09 Thread Toby Donaldson
New submission from Toby Donaldson <[EMAIL PROTECTED]>: The doc string for zfill use the variable name "x" when it should probably be using the variable name "S". >>> print(''.zfill.__doc__) S.zfill(width) -> str Pad a numeric string x with zer

[issue3679] pressing HOME key in IDLE editor ends IDLE

2008-09-08 Thread Toby Donaldson
Toby Donaldson <[EMAIL PROTECTED]> added the comment: The problem seems to have disappeared in the 3.0b3 Windows installer version --- the Home key seems to work as it should. (However, to get IDLE to run at all in 3.03b, I had to apply the fix listed here: http://bugs.python.org/iss

[issue3679] pressing HOME key in IDLE editor ends IDLE

2008-08-29 Thread Toby Donaldson
Toby Donaldson <[EMAIL PROTECTED]> added the comment: I am using (x86) Python 3.0b2 on Windows XP Home Edition (SP 3) on an AMD 64 X2 Dual Core Processor 6400+, 2.41 GHz, with 2 GB of RAM. Just to be clear, its when I press HOME in the *editor* window when the crash occurs. There's

[issue3679] pressing HOME key in IDLE editor ends IDLE

2008-08-25 Thread Toby Donaldson
New submission from Toby Donaldson <[EMAIL PROTECTED]>: In IDLE 3.0b2, whenever I press the Home key in an IDLE editor window, IDLE ends and all windows disappear. -- components: IDLE messages: 71953 nosy: tjd severity: normal status: open title: pressing HOME key in IDLE edito