[Python-Dev] getting rid of ucnhash

Fredrik Lundh fredrik@effbot.org
Wed, 24 Jan 2001 09:29:30 +0100


guido wrote:
> > It's probably just me, but the names of the two unicode
> > modules tend to irritate me:
> > 
> > > ls u*.pyd
> > ucnhash.pyd      unicodedata.pyd
> 
> To me, both of these are irrelevant details of the Unicode
> implementation. :-)   IOW, feel free to check it in.

Done.

Note that Include/ucnhash.h is still there; it declares the
"ucnhash_CAPI" structure used to access names from the
unicodeobject module.

(and all name-related tests are still kept in test_ucn)

I'll leave it to Tim to update the MSVC build files.

Cheers /F