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: Pythonw doesn't get rebuilt if version number changes
Type: Stage:
Components: macOS Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ronaldoussoren Nosy List: jackjansen, ronaldoussoren, sf-robot
Priority: normal Keywords:

Created on 2006-09-05 19:37 by jackjansen, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg29774 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2006-09-05 19:37
If the Python version number changes (as it did this week) Mac/pythonw 
should get rebuilt so it fires up the correct real Python executable.
msg29775 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2006-09-14 21:16
Logged In: YES 
user_id=580910

pythonw should depend on the Makefile and the Makefile should be automaticly 
rebuild when config.status changes (just like the toplevel Makefile).

I'll check in a patch this weekend, I need to test before I do the checkin.
msg29776 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2006-09-17 19:23
Logged In: YES 
user_id=580910

This should be fixed in revision 51904.
msg29777 - (view) Author: SourceForge Robot (sf-robot) Date: 2006-10-02 02:20
Logged In: YES 
user_id=1312539

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
History
Date User Action Args
2022-04-11 14:56:20adminsetgithub: 43945
2006-09-05 19:37:30jackjansencreate