diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2008-12-28 19:50:40 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2008-12-28 19:50:40 (GMT) |
commit | 88a3083c28c9572bfa145f40e21d9c86e9fade04 (patch) | |
tree | dfae3a25875ca284bb58b44d60038ee0b236f792 /Doc | |
parent | 4b48c612bbc2422ad89aea3db6e7fa286b6fd2d5 (diff) | |
download | cpython-88a3083c28c9572bfa145f40e21d9c86e9fade04.zip cpython-88a3083c28c9572bfa145f40e21d9c86e9fade04.tar.gz cpython-88a3083c28c9572bfa145f40e21d9c86e9fade04.tar.bz2 |
Update the fix for issue4064 to deal correctly with all three variants of
universal builds that are presented by the configure script.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/distutils/apiref.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst index a932fbd..65f175f 100644 --- a/Doc/distutils/apiref.rst +++ b/Doc/distutils/apiref.rst @@ -1107,6 +1107,7 @@ other utility module. For universal binary builds on MacOS X the architecture value reflects the univeral binary status instead of the architecture of the current processor. For 32-bit universal binaries the architecture is ``fat``, + for 64-bit universal binaries the architecture is ``fat64``, and for 4-way universal binaries the architecture is ``universal``. Examples of returned values on MacOS X: |