[Python-checkins] Re: python/nondist/peps pep-0283.txt,1.39,1.40

David Goodger goodger@python.org
Sun, 20 Jul 2003 11:34:03 -0400


tim_one@users.sourceforge.net wrote:
> Hmm.  Do we still store PEPs on SF?

No, they all (should) redirect to www.python.org/peps/.  I've fixed
the ones that don't, so now they do.  I also removed all pep-*.txt
files from python.sf.net/peps/; obsolete.

> Checkins don't seem to have any effect.

There is a cron job (Fred's account, I believe), but it accesses
the backup CVS server, which is currently way behind (much more
than 24 hours from my experience).

The procedure is to publish using "pep2html.py -i" from your own
machine after a "cvs up":

     cd nondist/peps
     cvs up
     ./pep2html.py -i 283

I've updated all PEP HTML on creosote.

-- David Goodger, PEP warden