Mailing List Archive

[issue5030] Typo in class tkinter.filedialog.Directory prevents compilation
New submission from David Schultz <ringhome@cox.net>:

class tkinter.filedialog.Directory incorrectly derives from Dialog instead
of _Dialog. Adding the "_" allows the code to compile and run as
expected.

This also explains why tkinter.filedialog.askdirectory() doesn't work.

----------
components: Tkinter
messages: 80355
nosy: ringhome
severity: normal
status: open
title: Typo in class tkinter.filedialog.Directory prevents compilation
type: compile error
versions: Python 3.0

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue5030>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue5030] Typo in class tkinter.filedialog.Directory prevents compilation [ In reply to ]
Benjamin Peterson <benjamin@python.org> added the comment:

Duplicate of #4406.

----------
nosy: +benjamin.peterson
resolution: -> out of date
status: open -> closed

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue5030>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com