[issue13300] IDLE 3.3 Restart Shell command fails

2011-11-05 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue13300] IDLE 3.3 Restart Shell command fails

2011-11-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset ce483d696c06 by Ned Deily in branch 'default': Issue #13300: Fix IDLE Restart Shell command failure introduced by http://hg.python.org/cpython/rev/ce483d696c06 -- nosy: +python-dev ___ Python tracker

[issue13300] IDLE 3.3 Restart Shell command fails

2011-11-04 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue13300] IDLE 3.3 Restart Shell command fails

2011-10-30 Thread Ned Deily
Changes by Ned Deily : -- keywords: +patch stage: needs patch -> patch review Added file: http://bugs.python.org/file23565/issue13300-3x.patch ___ Python tracker ___

[issue13300] IDLE 3.3 Restart Shell command fails

2011-10-30 Thread Ned Deily
New submission from Ned Deily : Currently in the default (pre-3.3) branch, IDLE fails if its Restart Shell command is attempted: Exception in Tkinter callback Traceback (most recent call last): File "Lib/tkinter/__init__.py", line 1397, in __call__ return self.func(*args) File "Lib/idle