[Python-checkins] CVS: python/nondist/peps pep-0241.txt,1.6,1.7

A.M. Kuchling akuchling@users.sourceforge.net
Mon, 19 Mar 2001 14:29:18 -0800


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv21324

Modified Files:
	pep-0241.txt 
Log Message:
Finish off the Platform header
Add entry to Posting-History
Use "the package" instead of "this package" at one point


Index: pep-0241.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0241.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** pep-0241.txt	2001/03/17 16:30:28	1.6
--- pep-0241.txt	2001/03/19 22:29:15	1.7
***************
*** 6,10 ****
  Created: 12-Mar-2001
  Status: Draft
! Post-History:
  
  Introduction
--- 6,10 ----
  Created: 12-Mar-2001
  Status: Draft
! Post-History: 19-Mar-2001
  
  Introduction
***************
*** 71,81 ****
      Platform (multiple use)
  
!       A (XXX whitespace?  comma?)-separated list of platform
!       specifications.  Platform specifications are limited to the
!       following list:
  
!       XXX copy list from PPD?  SourceForge?
! 
!       Example: 'XXX'
        
      Summary
--- 71,87 ----
      Platform (multiple use)
  
!       A comma-separated list of platform specifications, summarizing
!       the operating systems supported by the package.  The major
!       supported platforms are listed below, but this list is
!       necessarily incomplete.
! 
!             POSIX, MacOS, Windows, BeOS, PalmOS.
! 
!       Binary distributions will use the Supported-Platform field in
!       their metadata to specify the OS and CPU for which the binary
!       package was compiled.  The semantics of the Supported-Platform
!       are not specified in this PEP.
  
!       Example: 'Platform: POSIX, Windows'
        
      Summary
***************
*** 101,105 ****
  
        A list of additional keywords to be used to assist searching
!       for this package in a larger catalog.
  
        Example: 'Keywords: dog puppy voting election'
--- 107,111 ----
  
        A list of additional keywords to be used to assist searching
!       for the package in a larger catalog.
  
        Example: 'Keywords: dog puppy voting election'