[issue5712] tkinter - askopenfilenames returns string instead of tuple in windows 2.6.1 release
Martin Miller added the comment: Answering Serhiy Storchaka's question: Yes it's still reproducible with 2.7.6. -- nosy: +martinmiller ___ Python tracker <http://bugs.python.org/issue5712> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue5712] tkinter - askopenfilenames returns string instead of tuple in windows 2.6.1 release
Martin Miller added the comment: Requested information: Before Tkinter.wantobjects: 1 Tkinter._support_default_root: 1 Tkinter._default_root: None Tkinter._default_root has no attribute 'wantobjects' After Tkinter.wantobjects: 1 Tkinter._support_default_root: 1 Tkinter._default_root: . Tkinter._default_root.wantobjects(): True -- Added file: http://bugs.python.org/file33083/python_issue_5712.py ___ Python tracker <http://bugs.python.org/issue5712> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
