[Python-Dev] more unicode database changes

Tim Peters tim.one@home.com
Sun, 21 Jan 2001 18:09:51 -0500


[/F]
> Just checked in another unicode database patch, which
> saves another ~60k.  On my Windows box, the Unicode
> tables are now about 200k (down from 600k in 2.0).

Yay!  I take it CNRI wasn't paying you by the byte <wink>.

> After this change, Modules/unicodedatabase.[ch] are no
> longer used.
>
> Since I'm on a Windows box with MSVC 5.0, I don't really
> want to try removing them from the official build files. In-
> stead, I've checked in empty versions of the files.

That's fine.

> Can anyone help me get rid of all references to them from
> the build files (and CVS)?
>
> </F>
>
> PS. btw, if my changes broke the build somewhere, let me
> know asap!

I'll take care of the MS project files -- and I was just about to rebuild
the world from scratch anyway.