]> granicus.if.org Git - python/commit
Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'
authorNed Deily <nad@acm.org>
Wed, 13 Jul 2011 22:05:31 +0000 (15:05 -0700)
committerNed Deily <nad@acm.org>
Wed, 13 Jul 2011 22:05:31 +0000 (15:05 -0700)
commit0ab67ee79ea6c536168b9ae51af0a85c9b075a40
tree88a82f99e7ad0a461b08ab86342e99a72b8ec70a
parentbf547fd3f255430bb32916b9949f1f8e72aee951
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.
Doc/library/platform.rst
Lib/platform.py
Lib/test/test_platform.py
Misc/NEWS