[Python-Dev] PEP 229 checked in

Skip Montanaro skip@mojam.com (Skip Montanaro)
Fri, 19 Jan 2001 13:55:29 -0600 (CST)


    Thomas> But it is going to have to change: you now have to include the
    Thomas> build tree as well, and that is quite a bit more difficult to
    Thomas> figure out. I'd suggest a 'make run' that calls python with the
    Thomas> appropriate PYTHONPATH environment variable, but that doesn't
    Thomas> cover test-scripts (which I use a lot myself.)

Doesn't Andrew's new "platform" target in the top-level Makefile do the
right thing?  It *should* generate a platform-specific path to the correct
build subdirectory.

Skip