[Python-Dev] cpython (3.2): Issue12510: Attempting to get invalid tooltip no longer closes Idle. (original) (raw)
Terry Reedy tjreedy at udel.edu
Wed May 30 02:08:22 CEST 2012
- Previous message: [Python-Dev] cpython (3.2): Issue12510: Attempting to get invalid tooltip no longer closes Idle.
- Next message: [Python-Dev] PEP 405 (Python Virtual Environments) and Windows script support
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] cpython (3.2): Issue12510: Attempting to get invalid tooltip no longer closes Idle.
- Next message: [Python-Dev] PEP 405 (Python Virtual Environments) and Windows script support
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]