Martin v. Löwis | 9a85f04 | 2007-09-13 18:26:13 +0000 | [diff] [blame] | 1 | # We cannot build the documentation on Windows, so download an old |
2 | # one instead. | ||||
3 | import urllib, os | ||||
4 | if 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") |