[issue12274] "Print window" menu on IDLE aborts whole application

2016-10-05 Thread Berker Peksag
Changes by Berker Peksag : -- stage: test needed -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailin

[issue12274] "Print window" menu on IDLE aborts whole application

2014-10-02 Thread Terry J. Reedy
Terry J. Reedy added the comment: Closing since the immediate problem has been fixed and there is a reference to this in #21696 -- dependencies: -Idle: test configuration files resolution: -> fixed ___ Python tracker

[issue12274] "Print window" menu on IDLE aborts whole application

2014-06-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: This issue needs a unittest test added within the framework. I opened #21696 as a dependency. Since configx.def files can be edited, and, I believe, at least one is intended to be edited, configHandler should perhaps catch exceptions and display in a messagebo

[issue12274] "Print window" menu on IDLE aborts whole application

2014-06-08 Thread Mark Lawrence
Mark Lawrence added the comment: Can this be closed as a patch has been committed and the unittest framework was created on issue15392 ? -- nosy: +BreamoreBoy, terry.reedy ___ Python tracker __

[issue12274] "Print window" menu on IDLE aborts whole application

2012-11-18 Thread Roger Serwy
Changes by Roger Serwy : -- dependencies: +Create a unittest framework for IDLE ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue12274] "Print window" menu on IDLE aborts whole application

2011-06-07 Thread Łukasz Langa
Łukasz Langa added the comment: In 3.2 configparser started validating syntax in interpolation-aware parsers by default. I fixed the configuration. It's unfortunate this configuration error hasn't been caught before in testing. We need a unit test for broken configuration and a change in IDLE

[issue12274] "Print window" menu on IDLE aborts whole application

2011-06-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0aa3064d1cef by Łukasz Langa in branch '3.2': #12274: use proper escaping for % in IDLE config. http://hg.python.org/cpython/rev/0aa3064d1cef New changeset b410d013e7a8 by Łukasz Langa in branch 'default': #12274: use proper escaping for % in IDLE

[issue12274] "Print window" menu on IDLE aborts whole application

2011-06-07 Thread R. David Murray
Changes by R. David Murray : -- nosy: +lukasz.langa ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue12274] "Print window" menu on IDLE aborts whole application

2011-06-06 Thread Gabriel Genellina
Gabriel Genellina added the comment: Note: There is a much bigger problem here: IDLE should not abort abruptly in such cases, without any error indication. -- ___ Python tracker __

[issue12274] "Print window" menu on IDLE aborts whole application

2011-06-06 Thread Gabriel Genellina
New submission from Gabriel Genellina : On Windows, IDLE closes all open windows and exits completely, without any error message, when selecting the "Print window" menu command. Starting IDLE from inside a console, one can see the error message: Exception in Tkinter callback Traceback (most re