[Python-checkins] python/nondist/peps pep-0314.txt,1.10,1.11

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Wed, 07 May 2003 09:21:59 -0700


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

Modified Files:
	pep-0314.txt 
Log Message:
Fix field name; add Download-URL to list of changes

Index: pep-0314.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0314.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** pep-0314.txt	7 May 2003 14:50:49 -0000	1.10
--- pep-0314.txt	7 May 2003 16:21:57 -0000	1.11
***************
*** 112,116 ****
        assume any maximum size for this field, though one hopes that
        people won't include their instruction manual as the
!       long-description.)
  
        Example: 
--- 112,116 ----
        assume any maximum size for this field, though one hopes that
        people won't include their instruction manual as the
!       description.)
  
        Example: 
***************
*** 321,325 ****
      * Added the Classifiers field from PEP 301.
  
!     * Added fields: Requires, Provides, Obsoletes, Conflicts.
  
  
--- 321,325 ----
      * Added the Classifiers field from PEP 301.
  
!     * Added fields: Download-URL, Requires, Provides, Obsoletes, Conflicts.