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: Typo in Mac installer image name
Type: Stage:
Components: macOS Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ronaldoussoren Nosy List: ronaldoussoren, virtualspirit
Priority: normal Keywords: patch

Created on 2006-11-02 01:40 by virtualspirit, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
macpython-typo.patch virtualspirit, 2006-11-02 01:40 Patch for typo in /trunk/Mac/BuildScript/build-installer.py
Messages (3)
msg51307 - (view) Author: Humberto Diógenes (virtualspirit) Date: 2006-11-02 01:40
When installing Python on a Mac, the image is mounted with a wrong 
name: "Univeral" MacPython.

$ mount | grep Py
/dev/disk1s2 on /Volumes/Univeral MacPython 2.4.4 (...)
msg51308 - (view) Author: Humberto Diógenes (virtualspirit) Date: 2006-11-02 05:47
Logged In: YES 
user_id=736405

#1589070 contains an expanded version of this patch.
msg51309 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2006-11-07 16:08
Logged In: YES 
user_id=580910

As you've noticed I've applied that other patch. Thanks again.
History
Date User Action Args
2022-04-11 14:56:21adminsetgithub: 44185
2006-11-02 01:40:14virtualspiritcreate