[Python-checkins] python/nondist/peps pep-0101.txt,1.33,1.34

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Tue, 29 Jul 2003 16:31:16 -0700


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

Modified Files:
	pep-0101.txt 
Log Message:
A few more updates


Index: pep-0101.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0101.txt,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** pep-0101.txt	29 Jul 2003 23:10:41 -0000	1.33
--- pep-0101.txt	29 Jul 2003 23:31:14 -0000	1.34
***************
*** 276,279 ****
--- 276,284 ----
        (Do all the expected tests pass?)
  
+       If you're feeling lucky and have some time to kill, run the full
+       test suite:
+ 
+       % make TESTOPTS='-u all' test
+ 
        If the tests pass, then you can feel good that the tarball is
        fine.  If some of the tests fail, or anything else about the
***************
*** 281,289 ****
        figure out what the problem is.
  
!   ___ Upload the tgz file to creosote.python.org.  Tim will have
!       already uploaded the exe file to creosote, but if not, you'll
!       need to do that too.  These steps can take a long time depending
!       on your network bandwidth.  scp both files from your own machine
!       to creosote.
  
    ___ While you're waiting, you can start twiddling the web pages to
--- 286,297 ----
        figure out what the problem is.
  
!   ___ Upload the tgz file to creosote.python.org using scp.
! 
!   ___ Tim has been having trouble uploading to creosote, so he will
!       usually put the file on SF, giving you the file name and the md5
!       checksum.  It's best to do a wget from creosote to SF, but
!       calculating the URL can be not-fun.  You can usually get the URL
!       from the file download page, if you start the download and then
!       immediately cancel it.
  
    ___ While you're waiting, you can start twiddling the web pages to