Issue 27061: 2.7.11 OS X pkg doesn't put proper version in the receipts (original) (raw)

Issue27061

Created on 2016-05-19 20:12 by Paul Bloch, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
typescript.txt Paul Bloch,2016-05-19 20:12
Messages (2)
msg265891 - (view) Author: Paul Bloch (Paul Bloch) Date: 2016-05-19 20:12
Python 2.7.6 writes the version number (2.7.6) into the installed receipts. Python 2.7.11 calls the version "0". That isn't very helpful for managed installs.
msg265897 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2016-05-19 21:05
This problem was brought up previously in Issue24052, which is still open. I am closing this a duplicate add adding you to the nosy list there.
History
Date User Action Args
2022-04-11 14:58:31 admin set github: 71248
2016-05-19 21:05:31 ned.deily set status: open -> closedsuperseder: OS X installer provides flat sub-packages with no version numbersmessages: + resolution: duplicatestage: resolved
2016-05-19 20:12:07 Paul Bloch create