[Python-checkins] python/nondist/peps pep-0101.txt,1.37,1.38

bwarsaw at users.sourceforge.net bwarsaw at users.sourceforge.net
Sun Sep 21 21:01:50 EDT 2003


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv23466

Modified Files:
	pep-0101.txt 
Log Message:
Some updates from Sean.


Index: pep-0101.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0101.txt,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** pep-0101.txt	31 Jul 2003 15:12:25 -0000	1.37
--- pep-0101.txt	22 Sep 2003 01:01:46 -0000	1.38
***************
*** 187,196 ****
        this stuff to build the source distribution.
  
!       Fred tells Tim Peters where the documentation file is.  This may
!       generate some last minute changes on the branch.  Once Fred is
!       done, there can be no further checkins on the branch in the Doc/
!       directory -- not even by the RM.  For final releases, Fred also
!       sends email to Milan Zamazal for conversion to the GNU Info
!       format, and to Hernan M. Foffani for conversion to HTML Help.
  
        Basically, if it's in Doc/, Fred will take care of it.
--- 187,197 ----
        this stuff to build the source distribution.
  
!       Fred tells Tim Peters and Sean Reifschneider where the
!       documentation file is.  This may generate some last minute
!       changes on the branch.  Once Fred is done, there can be no
!       further checkins on the branch in the Doc/ directory -- not even
!       by the RM.  For final releases, Fred also sends email to Milan
!       Zamazal for conversion to the GNU Info format, and to Hernan
!       M. Foffani for conversion to HTML Help.
  
        Basically, if it's in Doc/, Fred will take care of it.
***************
*** 211,214 ****
--- 212,221 ----
        merging Windows-specific changes from trunk to branch, and from
        branch to trunk.
+ 
+   ___ Sean Reifschneider grabs the HTML and uses this to build the
+       Linux RPMs.  Sean performs his Red Hat magic, generating a set
+       of RPMs.  He uploads these files to python.org.  He then sends
+       the RM a notice which includes the location and MD5 checksum of
+       the RPMs.
  
    ___ Download the Windows executable from SourceForge to





More information about the Python-checkins mailing list