[issue4342] (Tkinter) Please backport these
Guilherme Polo
report at bugs.python.org
Fri Dec 12 13:09:49 CET 2008
Guilherme Polo <ggpolo at gmail.com> added the comment:
On Wed, Dec 10, 2008 at 6:15 AM, Martin v. Löwis <report at bugs.python.org> wrote:
>
> Martin v. Löwis <martin at v.loewis.de> added the comment:
>
> I'm skeptical about backporting r59654. Doing so might break existing
> applications.
>
I don't see in what way it would break existing applications. The
indices returned by that command in Tcl should all be represented as
strings in Python, so I see this at max causing a double attempt to
convert it to str.
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4342>
_______________________________________
More information about the Python-bugs-list
mailing list