[issue2535] duplicate Misc.lower

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Committed as r63097. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ __

[issue2535] duplicate Misc.lower

2008-05-10 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: It hasn't changed that much, but here is a patch against py3k branch rev 62992 -- nosy: +gpolo Added file: http://bugs.python.org/file10245/remove_lowerdup.patch __ Tracker <[EMAIL PROTECTED]>

[issue2535] duplicate Misc.lower

2008-05-10 Thread Bruno Gola
Bruno Gola <[EMAIL PROTECTED]> added the comment: The patch seems to be ok, worked here applying it to rev62992 (trunk). This "bug" is also on py3k, but Tkinter.py has changed. Could anyone create and send a patch for py3k? -- nosy: +brunogola __ Tracke

[issue2535] duplicate Misc.lower

2008-04-14 Thread A.M. Kuchling
Changes by A.M. Kuchling <[EMAIL PROTECTED]>: -- keywords: +easy __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscrib

[issue2535] duplicate Misc.lower

2008-04-02 Thread Matthias Kievernagel
New submission from Matthias Kievernagel <[EMAIL PROTECTED]>: ron longo posted this remark in the Tkinter list: >Don't know if this is the place to report this. Not really a bug, >however, >method lower() is defined twice in class Misc in the module Tkinter.py. >Both definitions are identical