Issue 10844: OS X installer: update copyright dates in app bundles (original) (raw)

Issue10844

Created on 2011-01-06 09:55 by ned.deily, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue10844-py3k.patch ned.deily,2011-01-06 10:03
Messages (4)
msg125542 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2011-01-06 09:55
The copyright dates in the plists for the various app bundles installed by the OS X installer need updating. They are visible with the Finder's Get Info command. (patch for py3k follows, backport for 2.7 and 3.1 needed)
msg125544 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2011-01-06 10:03
Patch for py3k. (Patches needed for 31 and 27.)
msg125545 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2011-01-06 10:05
This looks safe enough for me to apply. Fixed in r87791.
msg125980 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2011-01-11 02:14
Also backported by Georg to 3.1 (r87885) and 2.7 (r87886)
History
Date User Action Args
2022-04-11 14:57:10 admin set github: 55053
2011-01-11 02:14:24 ned.deily set messages: +
2011-01-06 10:05:36 georg.brandl set status: open -> closedmessages: + resolution: fixedstage: patch review ->
2011-01-06 10:03:03 ned.deily set files: + issue10844-py3k.patchmessages: + keywords: + patchstage: patch review
2011-01-06 09:55:18 ned.deily create