summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-07-13 22:07:04 (GMT)
committerNed Deily <nad@acm.org>2011-07-13 22:07:04 (GMT)
commit58e3350bd48d59c273e320c408f2546e6d09146e (patch)
tree5c7f3620994e92b7860c718b7bda21ba6e2a1e69 /Misc/NEWS
parent6636121950a08de9d437cc2d76ac272cdceb7ecc (diff)
downloadcpython-58e3350bd48d59c273e320c408f2546e6d09146e.zip
cpython-58e3350bd48d59c273e320c408f2546e6d09146e.tar.gz
cpython-58e3350bd48d59c273e320c408f2546e6d09146e.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/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index caa12a6..6bb9f9f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,6 +56,9 @@ C-API
Tests
-----
+- Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'
+ as the processor type on some Mac systems.
+
- Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and
an overzealous DNS service (e.g. OpenDNS) redirects to a placeholder
Web site.