diff options
author | Tim Peters <tim.peters@gmail.com> | 2000-07-01 02:51:23 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2000-07-01 02:51:23 (GMT) |
commit | 610a827b134da95ed83b238dafae485794c19452 (patch) | |
tree | 296cfbe618af45000abc725310d8f6f0c5fc3933 /PCbuild/readme.txt | |
parent | b906d2ee6680c03afaf39e4efee2b4865f66437a (diff) | |
download | cpython-610a827b134da95ed83b238dafae485794c19452.zip cpython-610a827b134da95ed83b238dafae485794c19452.tar.gz cpython-610a827b134da95ed83b238dafae485794c19452.tar.bz2 |
Repaired two URLs.
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 061b7af..ecaaa44 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -30,9 +30,9 @@ their name: python20_d.dll, python_d.exe, parser_d.pyd, and so on. SUBPROJECTS ----------- -These subprojects should build out of the box. Subprojects other than the -main ones (python20, python, pythonw) generally build a DLL (renamed to -.pyd) from a specific module so that users don't have to load the code +These subprojects should build out of the box. Subprojects other than the +main ones (python20, python, pythonw) generally build a DLL (renamed to +.pyd) from a specific module so that users don't have to load the code supporting that module unless they import the module. python20 @@ -65,7 +65,7 @@ where each expects to find the unpacked packages): _tkinter Python wrapper for the Tk windowing system. Requires tcl831.exe from - http://dev.scriptics.com/software/tcltk/downloadnow83.tml + http://dev.scriptics.com/software/tcltk/downloadnow83.html zlib Python wrapper for the zlib compression library. Requires @@ -74,8 +74,8 @@ zlib ftp://ftp.uu.net/graphics/png/src/zlib133.zip bsddb - Python wrapper for the BSD database 1.85. Requires bsddbmodule.zip, - from the bsddb link at + Python wrapper for the BSD database 1.85. Requires db.1.85.win32.zip, + from the "bsd db" link at http://www.nightmare.com/software.html pyexpat |