]> granicus.if.org Git - python/commit
[from 1999-11-04]
authorGreg Ward <gward@python.net>
Fri, 3 Dec 1999 16:18:56 +0000 (16:18 +0000)
committerGreg Ward <gward@python.net>
Fri, 3 Dec 1999 16:18:56 +0000 (16:18 +0000)
commit631e6a0c070810b064c48ff6cf777ebb0276f038
treeadeb306f6305cf783171029d3a85137512f6073c
parent0c3e4b6ca11cd89825a547fadcb20eb8a8e342e5
[from 1999-11-04]
Bunch of little bug fixes that appeared in building non-packagized
distributions.  Mainly:
  - brain-slip typo in 'get_package_dir()'
  - don't try to os.path.join() an empty path tuple -- it doesn't like it
  - more type-safety in 'build_module()'
Lib/distutils/command/build_py.py