diff options
author | Ned Deily <nad@acm.org> | 2011-07-13 22:09:49 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-07-13 22:09:49 (GMT) |
commit | 07b353716cb10a057eda7fb171b25dce6e14e1a2 (patch) | |
tree | 7a217ceb9092b3ff74494b45a20dedb81ee1bc7e /Doc/library/platform.rst | |
parent | cb41cda8e302279821433d862dfe80af8eea4597 (diff) | |
parent | 58e3350bd48d59c273e320c408f2546e6d09146e (diff) | |
download | cpython-07b353716cb10a057eda7fb171b25dce6e14e1a2.zip cpython-07b353716cb10a057eda7fb171b25dce6e14e1a2.tar.gz cpython-07b353716cb10a057eda7fb171b25dce6e14e1a2.tar.bz2 |
Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'
as the processor type on some Mac systems.
Diffstat (limited to 'Doc/library/platform.rst')
-rw-r--r-- | Doc/library/platform.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst index 5928c5f..ce079cf 100644 --- a/Doc/library/platform.rst +++ b/Doc/library/platform.rst @@ -232,9 +232,6 @@ Mac OS Platform Entries which cannot be determined are set to ``''``. All tuple entries are strings. - Documentation for the underlying :c:func:`gestalt` API is available online at - http://www.rgaros.nl/gestalt/. - Unix Platforms -------------- |