diff options
author | Greg Ward <gward@python.net> | 2000-05-26 00:44:06 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-05-26 00:44:06 (GMT) |
commit | 8bbba17d3815a44eefbd0cf33db937a56fe50db5 (patch) | |
tree | 323f2b1315dc9c5d24fbded84f47c4a1ec77c48e /Lib/distutils/core.py | |
parent | 8415edb433a6b6f652cb2be5fc30e9981babde07 (diff) | |
download | cpython-8bbba17d3815a44eefbd0cf33db937a56fe50db5.zip cpython-8bbba17d3815a44eefbd0cf33db937a56fe50db5.tar.gz cpython-8bbba17d3815a44eefbd0cf33db937a56fe50db5.tar.bz2 |
Fixed a couple of long-hidden bugs (amazing what you find when you
attempt to verify the bold assertions in the documentation):
* entries for the "root package" in 'package_dir' didn't work --
fixed by improving the fall-through code in 'get_package_dir()'
* __init__.py files weren't installed when modules-in-packages
were listed individually (ie. in 'py_modules' in the setup script);
fixed by making 'check_package()' return the name of the __init__
file if it exists, and making 'find_modules()' add an entry to
the module list for __init__ if applicable
Diffstat (limited to 'Lib/distutils/core.py')
0 files changed, 0 insertions, 0 deletions