[Python-checkins] r59437 - python/trunk/README

georg.brandl python-checkins at python.org
Sun Dec 9 09:59:45 CET 2007


Author: georg.brandl
Date: Sun Dec  9 09:59:45 2007
New Revision: 59437

Modified:
   python/trunk/README
Log:
Remove all tabs in that file.


Modified: python/trunk/README
==============================================================================
--- python/trunk/README	(original)
+++ python/trunk/README	Sun Dec  9 09:59:45 2007
@@ -597,12 +597,12 @@
         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 @@
 --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)


More information about the Python-checkins mailing list