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 terry.reedy
Recipients Friedrich.Spee.von.Langenfeld, gpolo, terry.reedy
Date 2013-06-21.22:19:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371853161.19.0.610561964014.issue18246@psf.upfronthosting.co.za>
In-reply-to
Content
You omitted the crucial control experiment.
>>> t2=tk.Text()
>>> t2.get(1.0, tk.END)
'\n'
Text widgets are initialized to end with \n. I suspect that this is an  intentional invariant of tk Text widgets, done by tk itself and not out tkinter wrapper, even if not well documented in the tkinter doc strings.

.insert works as documented.

So unless you can determine that this initialization is a recent and unintentional change, we would not change it. Hence closing at least for now.

(G.P., if you think this is wrong, re-open)

PS. python-list mirrrored on comp.lang.python and gmane.comp.python.general is a better place to ask 'Is this a bug?' and similar questions.
History
Date User Action Args
2013-06-21 22:19:21terry.reedysetrecipients: + terry.reedy, gpolo, Friedrich.Spee.von.Langenfeld
2013-06-21 22:19:21terry.reedysetmessageid: <1371853161.19.0.610561964014.issue18246@psf.upfronthosting.co.za>
2013-06-21 22:19:21terry.reedylinkissue18246 messages
2013-06-21 22:19:21terry.reedycreate