[issue17945] tkinter/Python 3.3.0: peer_create doesn't instantiate Text

Guilherme Polo report at bugs.python.org
Thu May 9 18:02:49 CEST 2013


Guilherme Polo added the comment:

Uh.. well observed.

It sounds like you are the first actual user of peer_create. Now I wish Tk
had done this in a different way: when creating a text widget, specificy
that it is a peer of some other text widget via an option ("-peer w" for
example).

If possible I would like to keep the functionality through the method
"peer_create" (and as a minor detail, newPathName should be None by default
-- it is easy to pick some name for the peer).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17945>
_______________________________________


More information about the Python-bugs-list mailing list