]> granicus.if.org Git - python/commit
Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 3 Jun 2012 04:58:36 +0000 (00:58 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 3 Jun 2012 04:58:36 +0000 (00:58 -0400)
commite93bc51b5982c329a6065eb83ac1dea5efb02bd7
tree3262c8d79c5d651375e6d0763177fee9cf0bdb8e
parentf0775131f9952a96260cea5943725ac35c629db0
Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name
'name' to 'expression' as the latter is what the string actually represents.
The bug in this issue was only catching NameError and AttributeError when
evaluating an expression that was not necessarily a name.
Lib/idlelib/CallTips.py