]> 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:27:54 +0000 (00:27 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 3 Jun 2012 04:27:54 +0000 (00:27 -0400)
commite606e238ab1476251ef377710442315017e4eb86
tree8e181f0e866aa0059ace62739602c9847bd31b09
parenta948c79ad42f25be575946e0cd45cf90d8f89385
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