summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2008-12-28 19:50:40 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2008-12-28 19:50:40 (GMT)
commit88a3083c28c9572bfa145f40e21d9c86e9fade04 (patch)
treedfae3a25875ca284bb58b44d60038ee0b236f792 /Doc
parent4b48c612bbc2422ad89aea3db6e7fa286b6fd2d5 (diff)
downloadcpython-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.rst1
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: