diff options
author | Ned Deily <nad@acm.org> | 2011-07-13 22:05:31 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-07-13 22:05:31 (GMT) |
commit | 0ab67ee79ea6c536168b9ae51af0a85c9b075a40 (patch) | |
tree | 88a82f99e7ad0a461b08ab86342e99a72b8ec70a /Misc | |
parent | bf547fd3f255430bb32916b9949f1f8e72aee951 (diff) | |
download | cpython-0ab67ee79ea6c536168b9ae51af0a85c9b075a40.zip cpython-0ab67ee79ea6c536168b9ae51af0a85c9b075a40.tar.gz cpython-0ab67ee79ea6c536168b9ae51af0a85c9b075a40.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -101,6 +101,9 @@ Build Tests ----- +- Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' + as the processor type on some Mac systems. + - Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary failure in name resolution. |