[Distutils] Bug Report: The return -- bdist includes local python executables path in archives

Bastian Kleineidam calvin@cs.uni-sb.de
Fri Nov 3 19:02:02 2000


>Oh, another thing, you might want the default names for binary archives to
>include the Python version?  Py2, Py152, or something so that people don't
>get the wrong distributions for their Python versions.
Use the --target-version option for bdist_wininst. Under bdist_rpm
use --requires.

Bastian