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

* Modules/getpath.c -> Python
* Modules/getbuildinfo.c -> Python
* Modules/python.c -> Python
* Modules/main.c -> Python

However, I guess moving them would cause much more confusion for those
merging changes between branches than for those having to find the files
in the wrong directory in the first place ;)

Georg

_______________________________________________
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

Reply via email to