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 gpolo
Recipients ghoul, gpolo
Date 2013-05-09.16:02:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADrNvOf0C-tFgUmMg1NWue69T8fmQK=sKiovuC0D7Y=z49xwZQ@mail.gmail.com>
In-reply-to <1368110182.39.0.238603513669.issue17945@psf.upfronthosting.co.za>
Content
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).
History
Date User Action Args
2013-05-09 16:02:49gpolosetrecipients: + gpolo, ghoul
2013-05-09 16:02:49gpololinkissue17945 messages
2013-05-09 16:02:48gpolocreate