Re: Some python comments/questions (correction)

Guido.van.Rossum@cwi.nl
Wed, 13 Oct 1993 11:34:24 +0100

> > You don't have to wait for the name changes -- all the new names are
> > in the 0.9.9 release (see python/misc/NAMING and
> > python/misc/RENAMING).
>
> Ah, well they're there if you're using C, because they're #define'd,
> but if you're using another language then you need to know the names
> that will be seen by the linker.

Well you could run the script "python/demo/scripts/fixcid.py" over the
distributed source. This should fix 99% of the identifiers... Or you
could invert the definitions of the "rename1.h" header file.

--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>