]> granicus.if.org Git - python/commit
Fix SF bug #690012 (among others), iconv_codec stops build
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 28 Feb 2003 17:21:39 +0000 (17:21 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 28 Feb 2003 17:21:39 +0000 (17:21 +0000)
commit3f5fcc8acce9fa620fe29d15980850e433f1d5c9
treec0e81780a6516e2b6935b7b4df29d6b0e9c7b95c
parentedaa071eb45cecbcf4d74b886bfac1ac2a780916
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.
Modules/_iconv_codec.c
setup.py