Commit d8f5579b authored by Tim Peters's avatar Tim Peters

Repaired two URLs.

parent d0791b38
...@@ -30,9 +30,9 @@ their name: python20_d.dll, python_d.exe, parser_d.pyd, and so on. ...@@ -30,9 +30,9 @@ their name: python20_d.dll, python_d.exe, parser_d.pyd, and so on.
SUBPROJECTS SUBPROJECTS
----------- -----------
These subprojects should build out of the box. Subprojects other than the These subprojects should build out of the box. Subprojects other than the
main ones (python20, python, pythonw) generally build a DLL (renamed to 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 .pyd) from a specific module so that users don't have to load the code
supporting that module unless they import the module. supporting that module unless they import the module.
python20 python20
...@@ -65,7 +65,7 @@ where each expects to find the unpacked packages): ...@@ -65,7 +65,7 @@ where each expects to find the unpacked packages):
_tkinter _tkinter
Python wrapper for the Tk windowing system. Requires tcl831.exe from 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 zlib
Python wrapper for the zlib compression library. Requires Python wrapper for the zlib compression library. Requires
...@@ -74,8 +74,8 @@ zlib ...@@ -74,8 +74,8 @@ zlib
ftp://ftp.uu.net/graphics/png/src/zlib133.zip ftp://ftp.uu.net/graphics/png/src/zlib133.zip
bsddb bsddb
Python wrapper for the BSD database 1.85. Requires bsddbmodule.zip, Python wrapper for the BSD database 1.85. Requires db.1.85.win32.zip,
from the bsddb link at from the "bsd db" link at
http://www.nightmare.com/software.html http://www.nightmare.com/software.html
pyexpat pyexpat
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment