Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
2d253dd9eab53faebb085b00a11ecb99b647c490
/
.
/
Tools
/
buildbot
/
getchm.py
blob: b09c5b2f14a7436482200a9ae99d5d53f65212ff [
file
]
# We cannot build the documentation on Windows, so download an old
# one instead.
import
urllib
,
os
if
not
os
.
path
.
exists
(
"Doc/python25.chm"
):
urllib
.
urlretrieve
(
"http://www.python.org/ftp/python/2.5.1/Python25.chm"
,
"Doc/python25.chm"
)