[issue17945] tkinter: change API of non-functioning peer_create, does not instantiate Text

2015-08-28 Thread Mark Roseman

Mark Roseman added the comment:

I'm not against generality, though don't think there are many places this 
actually comes up (the cloned menus shouldn't be affecting more than a couple 
people these days, and aren't the result of an explicit API call). 

For this particular call (peer_create) I just think the caller should be 
passing in the parent window as in other Tkinter widget creation commands, 
rather than the full widget path. On the exact implementation of the call I'm 
open to whatever works!

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17945
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17945] tkinter: change API of non-functioning peer_create, does not instantiate Text

2015-08-28 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

I think it would be better to add a way to create the Text object (or may be 
any widget object) for existing Tk widget. Similar problem exists for cloned 
menus (issue734176).

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17945
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17945] tkinter: change API of non-functioning peer_create, does not instantiate Text

2015-08-21 Thread Terry J. Reedy

Changes by Terry J. Reedy tjre...@udel.edu:


--
nosy: +serhiy.storchaka
title: tkinter/Python 3.3.0: peer_create doesn't instantiate Text - tkinter: 
change API of non-functioning peer_create, does not instantiate Text
type: behavior - enhancement
versions: +Python 3.6 -Python 3.3, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17945
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com