On 3/10/07, Georg Brandl <[EMAIL PROTECTED]> wrote: > There are a few files which seemingly don't belong in their subdirectories: > > * Python/bltinmodule.c -> Modules > * Python/sysmodule.c -> Modules > * parts of Python/import.c -> Modules/impmodule.c > > * Python/traceback.c -> Objects >
The above are where they are as they are compiled into the interpreter and are not optional. > * Modules/getpath.c -> Python > * Modules/getbuildinfo.c -> Python > * Modules/python.c -> Python > * Modules/main.c -> Python > Yeah, those are weird. And does anyone else find test.test_support an odd name; it isn't testing anything! I really want to rename that module test.support or make it the __init__ module for 'test'. -Brett _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com