Downloadable snapshot of PEPs

Trent Mick trentm at ActiveState.com
Wed Oct 16 20:04:30 EDT 2002


[Paul Moore wrote]
> I'd like to download the Python PEPs for offline reference.
> Unfortunately, I can't find a way of doing so. The website doesn't
> have a download link, so I'm reduced to using wget to mirror the
> site. This would work, but I get regular lockups while trying to do
> so. These are often in downloading robots.txt, so I wonder if the site
> has a "no robots" quota somehow which makes this sort of mirroring
> impossible.
> 
> Ideally, I'd like to just download a tarball of the HTML, text and any
> necessary images which can be browsed offline. Is there such a file
> anywhere? If not, can something like this be set up?

The text source for the PEPs are kept in Python's CVS repository. You
could just get the latest PEP sources from there and then use the
pep2html.py script in that directory to build the HTML.

    How to download from CVS:
    http://sourceforge.net/cvs/?group_id=5470

    The PEP source dir in the repository:
    http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/python/python/nondist/peps/

Cheers,
Trent

-- 
Trent Mick
TrentM at ActiveState.com




More information about the Python-list mailing list