]> granicus.if.org Git - python/commit
Change the test encoding from "ISO8859-1" to "ISO-8859-1"
authorWalter Dörwald <walter@livinglogic.de>
Mon, 24 Feb 2003 20:17:32 +0000 (20:17 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 24 Feb 2003 20:17:32 +0000 (20:17 +0000)
commitdd8766a65bed9b86f9309f9b743b5d0f1074779e
treef0ffd050dd6a227958ae73096a1b0d79c91b8897
parent0f69833396cfc912e4c6931154d3abaee941b4f1
Change the test encoding from "ISO8859-1" to "ISO-8859-1"
(see SF bug #690309) and raise ImportErrors instead of
RuntimeErrors, so building Python continues even
if importing iconv_codecs fails.

This is a temporary fix until we get proper configure
support for "broken" iconv implementations.
Modules/_iconv_codec.c