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

Barry Warsaw python-dev@python.org
Tue, 22 Aug 2000 22:22:43 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv661

Modified Files:
	pep-0203.txt 
Log Message:
Rearranged a few headers.  Thomas, should this PEP's status be changed
to Accepted?


Index: pep-0203.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0203.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** pep-0203.txt	2000/08/14 19:58:09	1.7
--- pep-0203.txt	2000/08/23 05:22:41	1.8
***************
*** 2,10 ****
  Title: Augmented Assignments
  Version: $Revision$
! Owner: thomas@xs4all.net (Thomas Wouters)
! Python-Version: 2.0
  Status: Draft
  Created: 13-Jul-2000
- Type: Standard
  Post-History: 14-Aug-2000
  
--- 2,10 ----
  Title: Augmented Assignments
  Version: $Revision$
! Author: thomas@xs4all.net (Thomas Wouters)
  Status: Draft
+ Type: Standards Track
+ Python-Version: 2.0
  Created: 13-Jul-2000
  Post-History: 14-Aug-2000
  
***************
*** 308,311 ****
--- 308,312 ----
      [3] PEP 211, Adding New Linear Algebra Operators,
          http://python.sourceforge.net/peps/pep-0211.html
+