]> granicus.if.org Git - python/commit
Only set error string when dict lookup found no matching key (was setting
authorAndrew McNamara <andrewm@object-craft.com.au>
Mon, 10 Jan 2005 23:17:35 +0000 (23:17 +0000)
committerAndrew McNamara <andrewm@object-craft.com.au>
Mon, 10 Jan 2005 23:17:35 +0000 (23:17 +0000)
commitdbce2618b1c6dcd76a5ae68ee0bc4464b8faecb3
treed1bdfdad3f6deaea64d2e4fd0c0197f1589b376e
parentb497c106d54f12fee97a362af748c70e0c66ef4a
Only set error string when dict lookup found no matching key (was setting
it for all failures, potentially masking other exceptions).
Modules/_csv.c