[issue7136] Idle File Menu Option Improvement

2009-10-14 Thread Toby Donaldson
New submission from Toby Donaldson tjdonald...@gmail.com: 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

[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 zeros on the left, to fill a field of the specified width

[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.python.org/issue3815

[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/issue3628

[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 editor ends IDLE