[Python-checkins] r43010 - python/trunk/PCbuild/readme.txt

tim.peters python-checkins at python.org
Mon Mar 13 20:35:54 CET 2006


Author: tim.peters
Date: Mon Mar 13 20:35:53 2006
New Revision: 43010

Modified:
   python/trunk/PCbuild/readme.txt
Log:
Trimmed trailing whitespace.


Modified: python/trunk/PCbuild/readme.txt
==============================================================================
--- python/trunk/PCbuild/readme.txt	(original)
+++ python/trunk/PCbuild/readme.txt	Mon Mar 13 20:35:53 2006
@@ -160,7 +160,7 @@
 
      devenv db-4.4.20\build_win32\Berkeley_DB.sln /build Release /project db_static
 
-    Alternatively, if you want to start with the original sources, 
+    Alternatively, if you want to start with the original sources,
     go to Sleepycat's download page:
         http://www.sleepycat.com/downloads/releasehistorybdb.html
 
@@ -219,7 +219,7 @@
     - build BerkeleyDB with the solution configuration matching the
       target ("Release IA64" for Itanium, "Release AMD64" for AMD64), e.g.
     devenv db-4.4.20\build_win32\Berkeley_DB.sln /build "Release AMD64" /project db_static /useenv
-    
+
 
 _ssl
     Python wrapper for the secure sockets library.


More information about the Python-checkins mailing list