]> granicus.if.org Git - python/commit
Always convert Text.index result to string.
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 1 Jan 2008 21:08:18 +0000 (21:08 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 1 Jan 2008 21:08:18 +0000 (21:08 +0000)
commitf5d902fc4763f7c5142a2be4c3ef62f2b8b29289
treed3d933ed700b063f38e018b00688427462752483
parent17cb5cf403c1a6da312588f6c8d076a249d59d08
Always convert Text.index result to string.
This improves compatibility with Tcl 8.5, which would
otherwise return textindex objects.
Lib/lib-tk/Tkinter.py