Issue 10843: OS X installer: install the Tools source directory (original) (raw)

Issue10843

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

Files
File name Uploaded Description Edit
issue10843-py3k.patch ned.deily,2011-01-06 09:50
Messages (3)
msg125540 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2011-01-06 09:44
As suggested in Issue10502 and now that the former Demos directory has been pruned and moved under the Tools directory, the OS X installer should install the Tools source directory in the /Applications/Python 3.x/Extras directory where Demos was formerly installed. The existing README file there still applies, i.e. not all of these files are applicable to OS X users. (patch follows)
msg125541 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2011-01-06 09:50
Patch for py3k.
msg126311 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2011-01-15 05:07
Committed (with release manager approval for 3.2) in r88005.
History
Date User Action Args
2022-04-11 14:57:10 admin set github: 55052
2011-01-15 05:07:20 ned.deily set status: open -> closednosy:georg.brandl, ronaldoussoren, ned.deily, michael.foordmessages: + assignee: ronaldoussoren -> ned.deilyresolution: fixedstage: patch review -> resolved
2011-01-06 09:50:46 ned.deily set files: + issue10843-py3k.patchnosy:georg.brandl, ronaldoussoren, ned.deily, michael.foordmessages: + keywords: + patchstage: patch review
2011-01-06 09:44:48 ned.deily create