[issue27061] 2.7.11 OS X pkg doesn't put proper version in the receipts

2016-05-19 Thread Ned Deily
Ned Deily added the comment: 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. -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> OS X installer provides f

[issue27061] 2.7.11 OS X pkg doesn't put proper version in the receipts

2016-05-19 Thread Paul Bloch
New submission from Paul Bloch: 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. -- components: Macintosh files: typescript.txt messages: 265891 nosy: Paul Bloch, ned.deily, ro