[Python-checkins] r63376 - in python/trunk/Lib: idlelib/AutoCompleteWindow.py idlelib/CallTipWindow.py idlelib/CodeContext.py idlelib/ColorDelegator.py idlelib/Debugger.py idlelib/EditorWindow.py idlelib/FileList.py idlelib/GrepDialog.py idlelib/

Georg Brandl g.brandl at gmx.net
Sat May 17 08:11:13 CEST 2008


Alexandre Vassalotti schrieb:
> On Fri, May 16, 2008 at 11:48 AM, georg.brandl
> <python-checkins at python.org> wrote:
>> Author: georg.brandl
>> Date: Fri May 16 17:48:15 2008
>> New Revision: 63376
>>
>> Log:
>> Tkinter rename, step 2: fix imports and add stub modules.
>>
>>
> 
> It is better if you split the import fixes and the addition of stub
> modules in two separate commits, to ease merging with py3k.

You're right about the merging, but I wanted to apply the patches to py3k
manually anyway, so there's no damage done here.

Georg

-- 
Thus spake the Lord: Thou shalt indent with four spaces. No more, no less.
Four shall be the number of spaces thou shalt indent, and the number of thy
indenting shall be four. Eight shalt thou not indent, nor either indent thou
two, excepting that thou then proceed to four. Tabs are right out.



More information about the Python-checkins mailing list