]> granicus.if.org Git - python/commit
The installer now displays info about version of distutils
authorThomas Heller <theller@ctypes.org>
Sat, 9 Sep 2000 21:15:12 +0000 (21:15 +0000)
committerThomas Heller <theller@ctypes.org>
Sat, 9 Sep 2000 21:15:12 +0000 (21:15 +0000)
commitecaf0d8b471113bbbf14b7eedb470b2f1d1d1b1f
treefdbf86f4b98c4d6adc87334db85b79ad9e08e8c5
parentb943840a7850df183449d7552c8ddc5ea840688d
The installer now displays info about version of distutils
used to create the distribution and the creation date.

Takes care of the extra_path argument to the setup function,
installs the modules into <prefix>/extra_path and creates
a -pth file (like install_lib does).
Lib/distutils/command/bdist_wininst.py