Issue 638595: Move bdist_wininst source code into PC (original) (raw)

Created on 2002-11-14 19:30 by gvanrossum, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (5)
msg13219 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2002-11-14 19:30
Please move the source code for the binary that's used by bdist_wininst into the distributed source subtree, preferably into the PC directory. (Per python-dev.)
msg13220 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2002-11-22 19:26
Logged In: YES user_id=11105 The source files are PythonPowered.bmp, archive.h, extract.c, install.c, install.rc, resource.h, wininst.dsw, wininst.dsp. I assume a bdist_wininst subdirctory of PC is in order?
msg13221 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2002-11-22 19:30
Logged In: YES user_id=6380 Good idea...
msg13222 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2002-11-22 21:11
Logged In: YES user_id=11105 The move is done, I will close this report when I have verified that everything works and I have 'cvs remove'd the files in the distutils CVS repository.
msg13223 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2003-02-05 17:32
Logged In: YES user_id=11105 Done, although I've not 'cvs remove'd the files from the distutils CVS rep.
History
Date User Action Args
2022-04-10 16:05:53 admin set github: 37473
2002-11-14 19:30:17 gvanrossum create