• Greg Ward's avatar
    Fixed a couple of long-hidden bugs (amazing what you find when you · 8bbba17d
    Greg Ward yazdı
    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
    8bbba17d
Adı
Son kayıt (commit)
Son güncelleme
..
command Loading commit data...
README Loading commit data...
__init__.py Loading commit data...
archive_util.py Loading commit data...
ccompiler.py Loading commit data...
cmd.py Loading commit data...
core.py Loading commit data...
dep_util.py Loading commit data...
dir_util.py Loading commit data...
dist.py Loading commit data...
errors.py Loading commit data...
fancy_getopt.py Loading commit data...
file_util.py Loading commit data...
msvccompiler.py Loading commit data...
spawn.py Loading commit data...
sysconfig.py Loading commit data...
text_file.py Loading commit data...
unixccompiler.py Loading commit data...
util.py Loading commit data...
version.py Loading commit data...