[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]
http://bugs.python.org/issue2535
__
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2535
__
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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]
http://bugs.python.org/issue2535
__
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2535] duplicate Misc.lower

2008-04-14 Thread A.M. Kuchling

Changes by A.M. Kuchling [EMAIL PROTECTED]:


--
keywords: +easy

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2535
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.

So I created a patch (against rev62104 which removes the first
occurrence which seems a bit out of order
(second one is grouped with raise).

Matthias.

--
components: Tkinter
files: duplicateLower.patch
keywords: patch
messages: 64845
nosy: mkiever
severity: normal
status: open
title: duplicate Misc.lower
versions: Python 2.6
Added file: http://bugs.python.org/file9925/duplicateLower.patch

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2535
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com