blob: b09c5b2f14a7436482200a9ae99d5d53f65212ff [file] [log] [blame]
Martin v. Löwis9a85f042007-09-13 18:26:13 +00001# We cannot build the documentation on Windows, so download an old
2# one instead.
3import urllib, os
4if not os.path.exists("Doc/python25.chm"):
5 urllib.urlretrieve("http://www.python.org/ftp/python/2.5.1/Python25.chm",
6 "Doc/python25.chm")