[Python-Dev] cpython (3.2): Issue12510: Attempting to get invalid tooltip no longer closes Idle.

Terry Reedy tjreedy at udel.edu
Wed May 30 02:08:22 CEST 2012


On 5/28/2012 10:59 PM, Terry Reedy wrote:
> On 5/28/2012 9:48 PM, Brian Curtin wrote:

>  > You should probably not have a bare except
>
> Idle code already has many of them

At least 29 by grep. After further discussion, Roger Serwy and I have 
agreed that we should start reducing that number rather than increasing 
it. There is a nearby 'except:' that I believe should be 'except 
AttributeError:'.

-- 
Terry Jan Reedy



More information about the Python-Dev mailing list