[Python-checkins] python/nondist/peps pep-0314.txt,1.14,1.15

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Wed, 14 May 2003 10:12:57 -0700


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

Modified Files:
	pep-0314.txt 
Log Message:
Correct # of PEP being replaced
Remove sentence about extensibility; make punctuation change
Specify Supported-Platform as multiple use


Index: pep-0314.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0314.txt,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** pep-0314.txt	7 May 2003 21:35:05 -0000	1.14
--- pep-0314.txt	14 May 2003 17:12:55 -0000	1.15
***************
*** 10,14 ****
  Python-Version: 2.3
  Post-History: 29-Apr-2003
! Replaces: 243
  
  Introduction
--- 10,14 ----
  Python-Version: 2.3
  Post-History: 29-Apr-2003
! Replaces: 241
  
  Introduction
***************
*** 37,42 ****
      The PKG-INFO file format is a single set of RFC-822 headers
      parseable by the rfc822.py module.  The field names listed in the
!     following section are used as the header names.  There's no 
!     extension mechanism in this simple format.
      
  
--- 37,41 ----
      The PKG-INFO file format is a single set of RFC-822 headers
      parseable by the rfc822.py module.  The field names listed in the
!     following section are used as the header names.  
      
  
***************
*** 49,53 ****
      times in a single PKG-INFO file.  Other fields may only occur
      once in a PKG-INFO file.  Fields marked with "(optional)" are
!     not required to appear in a valid PKG-INFO file, all other
      fields must be present.
  
--- 48,52 ----
      times in a single PKG-INFO file.  Other fields may only occur
      once in a PKG-INFO file.  Fields marked with "(optional)" are
!     not required to appear in a valid PKG-INFO file; all other
      fields must be present.
  
***************
*** 93,97 ****
            Platform: POSIX, Windows
  
!     Supported-Platform 
  
        Binary distributions containing a PKG-INFO file will use the
--- 92,96 ----
            Platform: POSIX, Windows
  
!     Supported-Platform (multiple use)
  
        Binary distributions containing a PKG-INFO file will use the