diff options
author | Georg Brandl <georg@python.org> | 2007-12-09 08:59:45 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-12-09 08:59:45 (GMT) |
commit | b0885b72781e10963ea05c4e85cf0cb50b709bf2 (patch) | |
tree | 534e8ff3de672269b72297c0d69ba25c9bf9c545 /README | |
parent | 3fc792bd8ae5c91a8bd9f460382f7393df07e040 (diff) | |
download | cpython-b0885b72781e10963ea05c4e85cf0cb50b709bf2.zip cpython-b0885b72781e10963ea05c4e85cf0cb50b709bf2.tar.gz cpython-b0885b72781e10963ea05c4e85cf0cb50b709bf2.tar.bz2 |
Remove all tabs in that file.
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -597,12 +597,12 @@ MacOSX: The tests will crash on both 10.1 and 10.2 with SEGV in want to use any Aqua-based GUI toolkit (whether Tkinter, wxPython, Carbon, Cocoa or anything else). - You may also want to try the configure option "--enable-universalsdk" - which builds Python as a universal binary with support for the - i386 and PPC architetures. This requires Xcode 2.1 or later to build. + You may also want to try the configure option "--enable-universalsdk" + which builds Python as a universal binary with support for the + i386 and PPC architetures. This requires Xcode 2.1 or later to build. See Mac/README for more information on framework and - universal builds. + universal builds. Cygwin: With recent (relative to the time of writing, 2001-12-19) Cygwin installations, there are problems with the interaction @@ -1117,7 +1117,7 @@ Modules/getpath.o. --with-tsc: Profile using the Pentium timestamping counter (TSC). --with-system-ffi: Build the _ctypes extension module using an ffi - library installed on the system. + library installed on the system. Building for multiple architectures (using the VPATH feature) |