diff --git a/Lib/platform.py b/Lib/platform.py index 9e7ee5ffd8c..c501456a2ff 100755 --- a/Lib/platform.py +++ b/Lib/platform.py @@ -771,7 +771,7 @@ def _mac_ver_xml(): release = pl['ProductVersion'] versioninfo=('', '', '') machine = os.uname()[4] - if machine == 'ppc': + if machine in ('ppc', 'Power Macintosh'): # for compatibility with the gestalt based code machine = 'PowerPC'