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@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
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to