commit | 0ab67ee79ea6c536168b9ae51af0a85c9b075a40 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Wed Jul 13 15:05:31 2011 -0700 |
committer | Ned Deily <nad@acm.org> | Wed Jul 13 15:05:31 2011 -0700 |
tree | 88a82f99e7ad0a461b08ab86342e99a72b8ec70a | |
parent | bf547fd3f255430bb32916b9949f1f8e72aee951 [diff] [blame] |
Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' as the processor type on some Mac systems. Also fix NameError in fallback _mac_ver_gestalt function. And remove out-of-date URL in docs.
diff --git a/Lib/platform.py b/Lib/platform.py index 6db7f19..710f21e 100755 --- a/Lib/platform.py +++ b/Lib/platform.py
@@ -765,6 +765,7 @@ 0x2: 'PowerPC', 0xa: 'i386'}.get(sysa,'') + versioninfo=('', '', '') return release,versioninfo,machine def _mac_ver_xml():