[Tutor] [Tkinter-discuss] tkinter file dialog pattern matching (fwd)

Laura Creighton lac at openend.se
Mon Aug 24 19:45:50 CEST 2015


Maybe a tkinter bug?
https://bugs.python.org/issue11077

There was a mismatch between the tkinter tests and the tkinter shipped
with python 3.4, which I reported here:
https://bugs.python.org/issue24858  -- this is a debian packaging
problem and maybe more things are wrong with it.

lac at smartwheels:/usr/lib/python3.5/tkinter$ grep FIXME tix.py

# FIXME: It should inherit -superclass tixShell
# FIXME: It should inherit -superclass tixLabelWidget
# FIXME: It should inherit -superclass tixLabelWidget
# FIXME: It should inherit -superclass tixScrolledHList
# FIXME: It should inherit -superclass tixScrolledHList
# FIXME: It should inherit -superclass tixDialogShell
# FIXME: It should inherit -superclass tixDialogShell
# FIXME: It should inherit -superclass tixStdDialogShell
# FIXME: It should inherit -superclass tixLabelWidget
# FIXME: return python object
# FIXME: This is dangerous to expose to be called on its own.
# FIXME: It should inherit -superclass tixShell
# FIXME: It should inherit -superclass tixScrolledWidget
# FIXME: It should inherit -superclass tixScrolledWidget
# FIXME: It should inherit -superclass tixScrolledWidget
# FIXME: It should inherit -superclass tixScrolledWidget
# FIXME: It should inherit -superclass tixScrolledWidget
# FIXME: It should inherit -superclass tixLabelWidget
# FIXME: It should inherit from  Shell
# FIXME: It should inherit -superclass tixScrolledWidget
# FIXME: It should inherit -superclass tixTree
# FIXME: It should inherit -superclass tixScrolledWidget
# FIXME: It should inherit -superclass tixScrolledWidget


Those are the ones I have in 3.5.  See if you have more.

Laura


More information about the Tutor mailing list