This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tkinter
Recipients GNJ, klappnase, serhiy.storchaka, tkinter
Date 2016-10-23.21:54:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477259679.05.0.68906356.issue28498@psf.upfronthosting.co.za>
In-reply-to
Content
This is my point of view:
These functions are easy to change: 
itemconfigure(), entryconfigure(), image_configure(), tag_configure() and window_configure()

It's only to add self._w in the proper place. Only one line per method

Other third party extensions should not rely on _configure() because it's an internal method (it starts with underscore). We have rights to change the semantics of this internal method in any moment without notification.
History
Date User Action Args
2016-10-23 21:54:39tkintersetrecipients: + tkinter, klappnase, serhiy.storchaka, GNJ
2016-10-23 21:54:39tkintersetmessageid: <1477259679.05.0.68906356.issue28498@psf.upfronthosting.co.za>
2016-10-23 21:54:39tkinterlinkissue28498 messages
2016-10-23 21:54:38tkintercreate