summaryrefslogtreecommitdiff
path: root/Python/errors.c
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-02-18 20:50:45 +0000
committerTim Peters <tim.peters@gmail.com>2003-02-18 20:50:45 +0000
commita272a3e76b3b8473d22ae2f70d6338f01e293b52 (patch)
tree834e0b7002d5164f6d447396cc6348ff84c2978b /Python/errors.c
parent1240d750bb231e022b3598d2298346d1e4764c35 (diff)
downloadcpython-a272a3e76b3b8473d22ae2f70d6338f01e293b52.tar.gz
save_global(): Trying to resolve module.name can fail for two
reasons: importing module can fail, or the attribute lookup module.name can fail. We were giving the same error msg for both cases, making it needlessly hard to guess what went wrong. These cases give different error msgs now.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions