commit | 3f5fcc8acce9fa620fe29d15980850e433f1d5c9 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Fri Feb 28 17:21:39 2003 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Fri Feb 28 17:21:39 2003 +0000 |
tree | c0e81780a6516e2b6935b7b4df29d6b0e9c7b95c | |
parent | edaa071eb45cecbcf4d74b886bfac1ac2a780916 [diff] |
Fix SF bug #690012 (among others), iconv_codec stops build Change setup.py to catch all exceptions. - Rename module if the exception was an ImportError - Only warn if the exception was any other error Revert _iconv_codec to raising a RuntimeError.