[issue1752252] tkFileDialog closes Python when used

2012-03-22 Thread Andrew Svetlov
Andrew Svetlov andrew.svet...@gmail.com added the comment: Ping. Is there can be reproduced? I like to see the issue as out of date. -- nosy: +asvetlov, georg.brandl, loewis, terry.reedy versions: +Python 3.3 -Python 2.6, Python 3.0 ___ Python

[issue1752252] tkFileDialog closes Python when used

2012-03-22 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: Without a specific claimed failing program and contemporary verification, it is hard to know whether one has reproduced or not. With 3.3 I did import tkinter.filedialog as tkf import tkinter as tk fd=tkf.FileDialog(tk.Tk()) fd.go() and got a

[issue1752252] tkFileDialog closes Python when used

2010-08-04 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: I've tried this on Windows Vista against 3.1 and it worked fine. So can this be closed as out of date? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org

[issue1752252] tkFileDialog closes Python when used

2009-04-06 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Tkinter -None stage: - test needed type: - behavior versions: +Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1752252