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: Framework Info.plist is out of date
Type: Stage:
Components: macOS Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: bob.ippolito, jackjansen
Priority: normal Keywords:

Created on 2003-12-08 19:40 by bob.ippolito, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg19329 - (view) Author: Bob Ippolito (bob.ippolito) * (Python committer) Date: 2003-12-08 19:40
Version 2.3.0 through CVS HEAD of Python still has 
CFBundleShortVersionString and CFBundleVersion of 2.2 in 
python/dist/src/Mac/OSXResources/framework/Info.plist.  
Here is a breakdown:

Python 2.3.0 (distrib with OS X 10.3):
  - framework Info.plist : out of date
  - framework version.plist : out of date
  - app version.plist : out of date
  + app Info.plist : correct

Python CVS HEAD (Dec 8 2003, anon CVS):
  - framework Info.plist : out of date
  - framework version.plist : correct
  + app Info.plist : correct
  ? app version.plist : probably correct?  (I don't have a built 
version, there is not a separate version.plist sitting around in 
CVS)
msg19330 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-12-08 19:51
Logged In: YES 
user_id=45365

These should have been fixed in the 2.3maint branch (could you 
check)?

I haven't changed it yet on the head, because I hope to generate 
these files before 2.4final. I did add a note to the readme file 
about updating this version number.
msg19331 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2004-07-15 22:07
Logged In: YES 
user_id=45365

There is now a script Mac/OSX/fixversions.py that updates the plist files 
to the correct information, and a note in Mac/OSX/README that this 
needs to be done.
History
Date User Action Args
2022-04-11 14:56:01adminsetgithub: 39681
2003-12-08 19:40:00bob.ippolitocreate