Terry J. Reedy added the comment:

Bug came from 
https://stackoverflow.com/questions/34911069/tk-canvas-options-keys-list-empy.  
Bryan Oakley answered that tk.Canvas().configure().keys() does work, making 
sorted(x.configure.keys()) a replacement for x.keys that should work for all 
widgets.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26177>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to