[issue9201] IDLE: raises Exception TclError in a special case

2012-01-03 Thread Ned Deily
Ned Deily added the comment: The problem was originally reported in Issue4676 and fixed partly there and partly in Issue3851. -- nosy: +ned.deily resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> python3 closes + home keys _

[issue9201] IDLE: raises Exception TclError in a special case

2011-12-21 Thread Roger Serwy
Roger Serwy added the comment: This issue was fixed in 500e48708470, as part of issue3851. -- nosy: +serwy ___ Python tracker ___ ___

[issue9201] IDLE: raises Exception TclError in a special case

2010-07-08 Thread Matthias Klose
New submission from Matthias Klose : [forwarded from https://launchpad.net/bugs/597763] seen with all version, built with Tcl8.5 To reproduce the bug, use the following class: class x(object): TEST = "hello" THE_MAXIMUM = 55 def __init__(self, a, b): self.a = 3 self.b = "test" and set