On 1/3/07, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote:

Guido van Rossum schrieb:
> Maybe this should be done in a more systematic fashion? E.g. by giving
> all "internal" header files a "py_" prefix?

Yet another alternative would be to move all such header files into a
py/ directory, so you would refer to them as

#include "py/object.h"

Any preferences?


Whatever is easier to make this happen.  +1 for either solution from me.

-Brett
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to