summaryrefslogtreecommitdiff
path: root/PCbuild
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-03-13 19:35:53 +0000
committerTim Peters <tim.peters@gmail.com>2006-03-13 19:35:53 +0000
commitb1cf633e85c5b6db0da4918d278e574af67ae81a (patch)
tree490fb059ee9dcf56832bebd27bf431a4abf253e5 /PCbuild
parent37e93bcc18be7da5975afd44cb2872e035c92985 (diff)
downloadcpython-b1cf633e85c5b6db0da4918d278e574af67ae81a.tar.gz
Trimmed trailing whitespace.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index bcd687f9c3..edc9d92c8b 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -160,7 +160,7 @@ _bsddb
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 @@ _bsddb
- 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.