[Python-checkins] CVS: python/nondist/peps pep-0205.txt,1.12,1.13

Barry Warsaw bwarsaw@users.sourceforge.net
Tue, 14 Aug 2001 14:58:45 -0700


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

Modified Files:
	pep-0205.txt 
Log Message:
Fixed the format of both the Author: field and the Post-History:
field. (These formats will now be described in PEP 1).


Index: pep-0205.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0205.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** pep-0205.txt	2001/02/26 19:04:00	1.12
--- pep-0205.txt	2001/08/14 21:58:43	1.13
***************
*** 2,10 ****
  Title: Weak References
  Version: $Revision$
! Author: Fred L. Drake, Jr. <fdrake@acm.org>
  Python-Version: 2.1
  Status: Incomplete
  Type: Standards Track
! Post-History: 11 January 2001
  
  Motivation
--- 2,10 ----
  Title: Weak References
  Version: $Revision$
! Author: fdrake@acm.org (Fred L. Drake, Jr.)
  Python-Version: 2.1
  Status: Incomplete
  Type: Standards Track
! Post-History: 11-Jan-2001
  
  Motivation