[issue10137] Patch to IDLE for Python 2.7, at Guido's request

Bruce Sherwood report at bugs.python.org
Tue Oct 19 01:52:42 CEST 2010


Bruce Sherwood <bruce.sherwood at gmail.com> added the comment:

Perhaps I've used misleadingt terminology. What I meant is that I did
do a diff between IDLE 2.7 and the result of Guilherme Polo's work,
but the latter code started from Python 3 code and was modified as
needed for 2.7 (e.g. renaming tkinter as Tkinter, etc.) before
generating the patch.

Bruce Sherwood

On Mon, Oct 18, 2010 at 11:44 AM, Amaury Forgeot d'Arc
<report at bugs.python.org> wrote:
>
> Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:
>
> But this patch is a diff between a 2.7 and a 3.2 version of IDLE, isn't it?  The tkinter->Tkinter renaming is not supposed to happen in the 2.7 branch.
> Could you instead show a diff between the present version of IDLE in 2.7 and the result of your work, so we can better see the impact of the change?
>
> ----------
> nosy: +amaury.forgeotdarc
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <http://bugs.python.org/issue10137>
> _______________________________________
>

----------

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


More information about the Python-bugs-list mailing list