summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-10-08 20:33:20 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2001-10-08 20:33:20 (GMT)
commiteaa6e3c7123525aa10a5e74c53d7210584e5aecc (patch)
treedf169f9e12c296cbf68e9f9b3240668e00c4e9eb /setup.py
parent168beada91a1cb70ed9186740dd1b689ca448bff (diff)
downloadcpython-eaa6e3c7123525aa10a5e74c53d7210584e5aecc.zip
cpython-eaa6e3c7123525aa10a5e74c53d7210584e5aecc.tar.gz
cpython-eaa6e3c7123525aa10a5e74c53d7210584e5aecc.tar.bz2
Replace all instances of err.strerror with err.
The strerror attribute contained only partial information about the exception and produced some very confusing error messages. By passing err (the exception object itself) and letting it convert itself to a string, the error messages are better.
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions