This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: get_installer_filename
Type: Stage:
Components: Distutils Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: theller Nosy List: theller, ww_dragon
Priority: normal Keywords:

Created on 2004-09-15 03:50 by ww_dragon, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg22449 - (view) Author: bingo (ww_dragon) Date: 2004-09-15 03:50
\Lib\distutils\command\bdist_wininst.py

function get_installer_filename  must return 
installer_name;
msg22450 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2004-09-21 16:45
Logged In: YES 
user_id=11105

I *think* this is fixed in 2.4a3 - at least it is already
fixed in CVS.
History
Date User Action Args
2022-04-11 14:56:07adminsetgithub: 40912
2004-09-15 03:50:19ww_dragoncreate