[Python-Dev] ascii.py?

Andrew Kuchling akuchlin@mems-exchange.org
Thu, 1 Jun 2000 19:32:32 -0400


On Thu, Jun 01, 2000 at 06:36:29PM -0400, Eric S. Raymond wrote:
>There has been a vast and echoing silence about the ascii.py module I
>posted here at Fred Drake's request.  Is it really such a  bad idea?

One misgiving I had was locales; is it a bug or a feature that locales
aren't supported, as they are for the C isdigit(), isalpha(), &c,
functions?  I'm not entirely sure which it is.  (The locale module
doesn't expose the C is*() functions, though I think they're used in
constructing string.letters.)

--amk